In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/53409900a7d39827c92521617aae4258229bce49?hp=9b76ae71c6fcdda7d153f2deb2f79e654d7d097b>

- Log -----------------------------------------------------------------
commit 53409900a7d39827c92521617aae4258229bce49
Author: Rafael Garcia-Suarez <[email protected]>
Date:   Mon Jun 22 13:30:26 2009 +0200

    Fix test with non-threaded perls
-----------------------------------------------------------------------

Summary of changes:
 lib/perl5db.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/perl5db.t b/lib/perl5db.t
index 22781d4..bb098a1 100644
--- a/lib/perl5db.t
+++ b/lib/perl5db.t
@@ -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');
     }
 

--
Perl5 Master Repository

Reply via email to