summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiko Tyni <ntyni@debian.org>2010-03-27 21:38:34 +0200
committerSteffen Mueller <smueller@cpan.org>2010-04-15 20:24:05 +0200
commit5dec12c4fe365d1f431b0a1b786bfae24693e847 (patch)
tree09275659340482e04a15d0236d221538b1b090ab
parent64a8e22bd3d2ce17911ed64f88d590eaef21ce1f (diff)
downloadperl-5dec12c4fe365d1f431b0a1b786bfae24693e847.tar.gz
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.
-rw-r--r--lib/perl5db.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/perl5db.t b/lib/perl5db.t
index 59acd7a059..3f68759efe 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|