From: Craig A. Berry Date: Sat, 27 Jun 2009 15:08:44 +0000 (-0500) Subject: Make stash.t redirect stderr. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fbad106ea7f26c14f996d4ff2eb920ccffc44821;p=p5sagit%2Fp5-mst-13.2.git Make stash.t redirect stderr. Otherwise, on VMS, the subprocess exit status gets displayed and causes the test to fail. --- diff --git a/t/op/stash.t b/t/op/stash.t index d4b0e5d..578f937 100644 --- a/t/op/stash.t +++ b/t/op/stash.t @@ -111,6 +111,7 @@ SKIP: { my @results = split "\n", runperl switches => [ "-MB", "-l" ], + stderr => 1, prog => q{ my $sub = do { package four;