From: Niko Tyni Date: Sat, 27 Mar 2010 19:38:34 +0000 (+0200) Subject: Fix a test failure in perl5db.t when Term::ReadLine::Gnu is installed X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5dec12c4fe365d1f431b0a1b786bfae24693e847;p=p5sagit%2Fp5-mst-13.2.git Fix a test failure in perl5db.t when Term::ReadLine::Gnu is installed With Term::ReadLine::Gnu on @INC, the debugger output will include terminal escape sequences even when empty otherwise. This makes lib/perl5db.t test 7 ("proxy constant subroutines") fail. Most of the other tests are already run with ReadLine support disabled, so bring this one in line too. --- diff --git a/lib/perl5db.t b/lib/perl5db.t index 59acd7a..3f68759 100644 --- a/lib/perl5db.t +++ b/lib/perl5db.t @@ -143,7 +143,7 @@ SKIP: { { rc( qq| - &parse_options("NonStop=0 TTY=db.out LineInfo=db.out"); + &parse_options("NonStop=0 ReadLine=0 TTY=db.out LineInfo=db.out"); \n|, qq|