projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
223eb2f
)
Arguments were being mangled.
Jarkko Hietaniemi [Fri, 11 Jan 2002 14:10:01 +0000 (14:10 +0000)]
p4raw-id: //depot/perl@14185
t/test.pl
patch
|
blob
|
blame
|
history
diff --git
a/t/test.pl
b/t/test.pl
index
d4b52c5
..
379e136
100644
(file)
--- 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) {