From: Craig A. Berry Date: Sun, 19 Jul 2009 20:46:31 +0000 (-0500) Subject: Be sure to find the vmsish pragma for one-liners in exit.t. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=80be973138d7f5bbcbe6ee9116f155c2883f2741;p=p5sagit%2Fp5-mst-13.2.git Be sure to find the vmsish pragma for one-liners in exit.t. Already in upstream at: http://github.com/schwern/test-more/commit/c842e916e4aa2e34c36afb3a930979d363121236 --- diff --git a/lib/Test/Simple/t/exit.t b/lib/Test/Simple/t/exit.t index 96f3a7e..95661ee 100644 --- a/lib/Test/Simple/t/exit.t +++ b/lib/Test/Simple/t/exit.t @@ -28,6 +28,7 @@ if( $^O eq 'VMS' ) { $Perl = "MCR $^X" if $] < 5.007003; # Quiet noisy 'SYS$ABORT' + $Perl .= q{ -"I../lib"} if $ENV{PERL_CORE}; $Perl .= q{ -"Mvmsish=hushed"}; }