Yet another twist.
Jarkko Hietaniemi [Fri, 11 Jan 2002 14:31:17 +0000 (14:31 +0000)]
p4raw-id: //depot/perl@14188

t/test.pl

index 379e136..5f358b9 100644 (file)
--- a/t/test.pl
+++ b/t/test.pl
@@ -280,7 +280,8 @@ sub runperl {
     my %args = @_;
     my $runperl = $^X;
     if ($args{switches}) {
-       _quote_args(\$runperl, $args{switches});
+       _quote_args(\$runperl,
+                   ref $args{switches} ? $args{switches} : [$args{switches}]);
     }
     unless ($args{nolib}) {
        if ($is_macos) {