diff options
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__ |