From 85d994b617a326573b56a7e7a28ecb19b5f2d1f3 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Fri, 11 Jan 2002 14:10:01 +0000 Subject: [PATCH] Arguments were being mangled. p4raw-id: //depot/perl@14185 --- t/test.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/test.pl b/t/test.pl index d4b52c5..379e136 100644 --- a/t/test.pl +++ b/t/test.pl @@ -280,7 +280,7 @@ sub runperl { my %args = @_; my $runperl = $^X; if ($args{switches}) { - _quote_args(\$runperl, [$args{switches}]); + _quote_args(\$runperl, $args{switches}); } unless ($args{nolib}) { if ($is_macos) { -- 2.7.4