diff options
author | Craig A. Berry <craigberry@mac.com> | 2009-10-08 18:49:04 -0500 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2009-10-08 18:49:04 -0500 |
commit | 0d013e67f5a10da66fa68e1c542628a0749435b4 (patch) | |
tree | cbc2b88b413841165f14f2d53cfaa561495f711d /cpan/ExtUtils-MakeMaker | |
parent | 9e7c6af37d3320462cbceb74b487ade8224b9191 (diff) | |
download | perl-0d013e67f5a10da66fa68e1c542628a0749435b4.tar.gz |
MakeMaker testing in core runs from one level deeper than before.
So when we set up a dummy root for the tests on VMS, we need to
make it two levels above current rather than one in order to
prevent a lot of test failures that say "PERL_CORE is set but
I can't find your PERL_SRC!"
Diffstat (limited to 'cpan/ExtUtils-MakeMaker')
-rw-r--r-- | cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Utils.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Utils.pm b/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Utils.pm index b81791d95e..b4e450407f 100644 --- a/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Utils.pm +++ b/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Utils.pm @@ -340,7 +340,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; |