summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-10-10 20:20:22 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-10-10 20:20:22 +0000
commit11ee3f28f59de5dc79d5d9bf65008aa2aed46c49 (patch)
tree0f10a3306068e8aa68003517a63e0e5cd8e77cb5 /t
parent11cd456717832dc5bfb7473a0667ecb3cbb5071b (diff)
downloadperl-11ee3f28f59de5dc79d5d9bf65008aa2aed46c49.tar.gz
VMS needs quotes around the -I option to keep it from
being downcased, from Charles Lane. p4raw-id: //depot/perl@12396
Diffstat (limited to 't')
-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 1d09d4efca..ce98e01807 100644
--- a/t/run/kill_perl.t
+++ b/t/run/kill_perl.t
@@ -79,7 +79,7 @@ foreach my $prog (@prgs) {
$results = `$^X -I::lib -MMac::err=unix $switch $tmpfile`;
}
else {
- $results = `./perl -I../lib $switch $tmpfile 2>&1`;
+ $results = `./perl "-I../lib" $switch $tmpfile 2>&1`;
}
my $status = $?;