unset PERLDB_OPTS environment variable or rt-61222 might hang.
authorTodd Rinaldo <toddr@cpan.org>
Tue, 7 Feb 2012 21:42:10 +0000 (15:42 -0600)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 12 Feb 2012 22:44:19 +0000 (14:44 -0800)
eg. PERLDB_OPTS='RemotePort=some.other.host:9000'

lib/perl5db.t

index 88e30d9..c7633fc 100644 (file)
@@ -161,6 +161,7 @@ SKIP: {
 
 # Test [perl #61222]
 {
+    local $ENV{PERLDB_OPTS};
     rc(
         <<'EOF',
         &parse_options("NonStop=0 TTY=db.out LineInfo=db.out");