diff options
author | Michael G. Schwern <schwern@pobox.com> | 2002-01-11 12:08:17 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-12 00:06:02 +0000 |
commit | 8da5ed17f020bf32d6d474ab8bec79dd261b2cb8 (patch) | |
tree | 2ecbfeae993782ada37d2ee1e404a425f0ca796c /t/run | |
parent | b21befc10a2adba57c505b26af5b35adc507bf13 (diff) | |
download | perl-8da5ed17f020bf32d6d474ab8bec79dd261b2cb8.tar.gz |
Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More
Message-ID: <20020111220817.GG2838@blackrider>
p4raw-id: //depot/perl@14201
Diffstat (limited to 't/run')
-rw-r--r-- | t/run/kill_perl.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/run/kill_perl.t b/t/run/kill_perl.t index b0f0947f71..cf32e4b5ce 100644 --- a/t/run/kill_perl.t +++ b/t/run/kill_perl.t @@ -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__ |