From: Craig A. Berry Date: Thu, 8 Oct 2009 23:49:04 +0000 (-0500) Subject: MakeMaker testing in core runs from one level deeper than before. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0d013e67f5a10da66fa68e1c542628a0749435b4;p=p5sagit%2Fp5-mst-13.2.git 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!" --- diff --git a/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Utils.pm b/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Utils.pm index b81791d..b4e4504 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;