summaryrefslogtreecommitdiff
path: root/vms/test.com
diff options
context:
space:
mode:
authorHans Mulder <hansmu@xs4all.nl>1998-06-19 09:00:57 -0700
committerGurusamy Sarathy <gsar@cpan.org>1998-06-21 06:58:37 +0000
commitb2b3adea477dea9f31a8a3c4fccce7b061ebfe62 (patch)
tree3818c462e89dcde36bf0642032fb7f1b63f4589d /vms/test.com
parent429a5e67a8cd7868f6400fb40a70246ad7548973 (diff)
downloadperl-b2b3adea477dea9f31a8a3c4fccce7b061ebfe62.tar.gz
fixup patches for VMS
Message-Id: <3.0.5.32.19980619160057.032e7480@ous.edu> p4raw-id: //depot/perl@1175
Diffstat (limited to 'vms/test.com')
-rw-r--r--vms/test.com2
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/test.com b/vms/test.com
index f131088dda..81dfc4603b 100644
--- a/vms/test.com
+++ b/vms/test.com
@@ -162,7 +162,7 @@ while ($test = shift) {
} else {
$switch = '';
}
- open(results,"\$ MCR Sys\$Disk:[]Perl. $switch $test |") || (print "can't run.\n");
+ open(results,"\$ MCR Sys\$Disk:[]Perl. \"-I[-.lib]\" $switch $test |") || (print "can't run.\n");
$ok = 0;
$next = 0;
while (<results>) {