Fix test with non-threaded perls
Rafael Garcia-Suarez [Mon, 22 Jun 2009 11:30:26 +0000 (13:30 +0200)]
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');
     }