Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More
Michael G. Schwern [Fri, 11 Jan 2002 17:08:17 +0000 (12:08 -0500)]
Message-ID: <20020111220817.GG2838@blackrider>

p4raw-id: //depot/perl@14201

t/run/kill_perl.t
t/test.pl

index b0f0947..cf32e4b 100644 (file)
@@ -52,7 +52,7 @@ foreach my $prog (@prgs) {
 
     my($prog,$expected) = split(/\nEXPECT\n/, $raw_prog);
 
-    kill_perl($prog, $expected, { switches => $switch }, $name);
+    kill_perl($prog, $expected, { switches => [$switch] }, $name);
 }
 
 __END__
index 5f358b9..379e136 100644 (file)
--- a/t/test.pl
+++ b/t/test.pl
@@ -280,8 +280,7 @@ sub runperl {
     my %args = @_;
     my $runperl = $^X;
     if ($args{switches}) {
-       _quote_args(\$runperl,
-                   ref $args{switches} ? $args{switches} : [$args{switches}]);
+       _quote_args(\$runperl, $args{switches});
     }
     unless ($args{nolib}) {
        if ($is_macos) {