summaryrefslogtreecommitdiff
path: root/dist/ExtUtils-Install
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2009-10-16 16:24:35 -0500
committerCraig A. Berry <craigberry@mac.com>2009-10-16 16:24:35 -0500
commit26c80adcc7731c0e4f1238e98e85fa2803538817 (patch)
treed9f48b30003cdc56a9e00d822dcdf1629645d74b /dist/ExtUtils-Install
parent20d0b1e9c410d995ea730a00781152c652d4b672 (diff)
downloadperl-26c80adcc7731c0e4f1238e98e85fa2803538817.tar.gz
Help ExtUtils::Install's tests find PERL_SRC on VMS.
We're testing from one level deeper than when we were in lib/.
Diffstat (limited to 'dist/ExtUtils-Install')
-rw-r--r--dist/ExtUtils-Install/t/lib/MakeMaker/Test/Utils.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/ExtUtils-Install/t/lib/MakeMaker/Test/Utils.pm b/dist/ExtUtils-Install/t/lib/MakeMaker/Test/Utils.pm
index 907ca9b07f..c3c214ced6 100644
--- a/dist/ExtUtils-Install/t/lib/MakeMaker/Test/Utils.pm
+++ b/dist/ExtUtils-Install/t/lib/MakeMaker/Test/Utils.pm
@@ -349,7 +349,7 @@ sub setup_mm_test_root {
open( MMTMP, '>mmtesttmp.com' ) ||
die "Error creating command file; $!";
print MMTMP <<'COMMAND';
-$ MM_TEST_ROOT = F$PARSE("SYS$DISK:[-]",,,,"NO_CONCEAL")-".][000000"-"]["-"].;"+".]"
+$ MM_TEST_ROOT = F$PARSE("SYS$DISK:[--]",,,,"NO_CONCEAL")-".][000000"-"]["-"].;"+".]"
$ DEFINE/JOB/NOLOG/TRANSLATION=CONCEALED MM_TEST_ROOT 'MM_TEST_ROOT'
COMMAND
close MMTMP;