summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/B/t/bytecode.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/B/t/bytecode.t b/ext/B/t/bytecode.t
index 75fcf2e696..d87b73223a 100644
--- a/ext/B/t/bytecode.t
+++ b/ext/B/t/bytecode.t
@@ -22,7 +22,8 @@ for (@tests) {
my ($script, $expect) = split />>>+\n/;
$expect =~ s/\n$//;
open T, ">$test"; print T $script; close T;
- $got = run_perl(switches => "-MO=Bytecode,-H,-o$test",
+ $got = run_perl(switches => [ "-MO=Bytecode,-H,-o$test" ],
+ stderr => 1,
progfile => $test);
unless ($?) {
$got = run_perl(progfile => $test);