summaryrefslogtreecommitdiff
path: root/t/run
diff options
context:
space:
mode:
Diffstat (limited to 't/run')
-rw-r--r--t/run/kill_perl.t2
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__