Integrate version.pm-0.77 into bleadperl
[p5sagit/p5-mst-13.2.git] / lib / perl5db.t
index 22781d4..bb098a1 100644 (file)
@@ -94,7 +94,7 @@ SKIP: {
         skip('This perl has threads, skipping non-threaded debugger tests');
     } else {
         my $error = 'This Perl not built to support threads';
-        my $output = runperl( switches => [ '-dt' ] );
+        my $output = runperl( switches => [ '-dt' ], stderr => 1 );
         like($output, qr/$error/, 'Perl debugger correctly complains that it was not built with threads');
     }