diff options
author | Craig A. Berry <craigberry@mac.com> | 2009-06-27 10:08:44 -0500 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2009-06-27 11:07:14 -0500 |
commit | fbad106ea7f26c14f996d4ff2eb920ccffc44821 (patch) | |
tree | a622cacbab165ad2d8ffbcd1a479cabcd853952c | |
parent | a3de5d0b2ac804ed0e6a548da0ff3bd4e91331c7 (diff) | |
download | perl-fbad106ea7f26c14f996d4ff2eb920ccffc44821.tar.gz |
Make stash.t redirect stderr.
Otherwise, on VMS, the subprocess exit status gets displayed and
causes the test to fail.
-rw-r--r-- | t/op/stash.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/op/stash.t b/t/op/stash.t index d4b0e5dfb9..578f937b54 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; |