On February 11, 2019 20:18, Eric Sunshine wrote: > On Mon, Feb 11, 2019 at 7:37 PM Jeff King <peff@xxxxxxxx> wrote: > > On Sat, Feb 09, 2019 at 09:05:04PM -0500, Eric Sunshine wrote: > > > On Sat, Feb 9, 2019 at 1:59 PM <randall.s.becker@xxxxxxxxxx> wrote: > > > > +generate_zero_bytes () { > > > > + perl -e 'if ($ARGV[0] == "infinity") { > > > > > > s/perl/"$PERL_PATH"/ > > > > This shouldn't be necessary. perl() is a function that uses $PERL_PATH > > (so you only need $PERL_PATH when you're writing out another script > > that doesn't run in the same process space as the rest of the test code). > > Thanks for clarifying. I either didn't know or forgot about that. As did I, thank you.