summaryrefslogtreecommitdiff
path: root/lib/Test
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2009-07-19 15:46:31 -0500
committerCraig A. Berry <craigberry@mac.com>2009-07-19 15:55:01 -0500
commit80be973138d7f5bbcbe6ee9116f155c2883f2741 (patch)
tree6b7ab287d2cb466c23148732f87c891ce935ef28 /lib/Test
parentdcd43ceb79239badc074c6ea85ad8a41aa131326 (diff)
downloadperl-80be973138d7f5bbcbe6ee9116f155c2883f2741.tar.gz
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
Diffstat (limited to 'lib/Test')
-rw-r--r--lib/Test/Simple/t/exit.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Test/Simple/t/exit.t b/lib/Test/Simple/t/exit.t
index 96f3a7eaed..95661eef07 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"};
}