On Fri, Jan 11, 2002 at 05:31:49PM +0200, Jarkko Hietaniemi wrote:
> On Fri, Jan 11, 2002 at 05:18:10PM +0200, Jarkko Hietaniemi wrote:
> > > PS  There was also a bug in runperl().  All switches were being lost.
> > 
> > Well, this change made several tests (like run/switches) to barf.
> > So I backed out that hunk.
> 
> Urk, so now three of kill_perl tests tests are failing...
> this is like quicksand.

Okay, this seems to keep all happy:

-       _quote_args(\$runperl, $args{switches});
+       _quote_args(\$runperl,
+                   ref $args{switches} ? $args{switches} : [$args{switches}]);

A propos, something is quoting octothorpes quite eagerly:

ok 76 - kill_perl - \# Bug 20010515.004

-- 
$jhi++; # http://www.iki.fi/jhi/
        # There is this special biologist word we use for 'stable'.
        # It is 'dead'. -- Jack Cohen

Reply via email to