X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F07-debugger.t;fp=t%2F07-debugger.t;h=c52c34ab5761926137bdd2adf6eb0c94f85cab9e;hb=6fc5ae48ee6c9ec93b2601b96ad717ee1fc048e3;hp=8155214575a3dcfe09670715580185219c13b6c4;hpb=6d9639f23ba1d0896b169ef24d858107d003a729;p=p5sagit%2Fnamespace-clean.git diff --git a/t/07-debugger.t b/t/07-debugger.t index 8155214..c52c34a 100644 --- a/t/07-debugger.t +++ b/t/07-debugger.t @@ -16,14 +16,17 @@ BEGIN { BEGIN { # shut up the debugger - $ENV{PERLDB_OPTS} = 'NonStop'; + delete $ENV{$_} for grep /^PERL5?DB/, keys %ENV; + delete $ENV{LOGDIR}; + $ENV{HOME} = '.'; + $ENV{PERLDB_OPTS} = 'NonStop noTTY'; } BEGIN { #line 1 #!/usr/bin/perl -d -#line 27 +#line 30 }