X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=t%2F07_bugreport.t;h=c1438c276888711bb4cab8eec14f00131bf25a50;hb=a40fd8e928b333287f7f52f590c8e2d0c2f90821;hp=5dfca0507772dd0c916a50dfbbf7224194bd5cd1;hpb=07309ad3fbc3f3d29b0da8921716392b8e593eb0;p=debbugs.git diff --git a/t/07_bugreport.t b/t/07_bugreport.t index 5dfca05..c1438c2 100644 --- a/t/07_bugreport.t +++ b/t/07_bugreport.t @@ -26,21 +26,12 @@ use DebbugsTest qw(:all); my %config; eval { - %config = create_debbugs_configuration(debug => exists $ENV{DEBUG}?$ENV{DEBUG}:0); + %config = create_debbugs_configuration(); }; if ($@) { BAIL_OUT($@); } -# Output some debugging information if there's an error -END{ - if ($ENV{DEBUG}) { - foreach my $key (keys %config) { - diag("$key: $config{$key}\n"); - } - } -} - # create a bug send_message(to=>'submit@bugs.something', headers => [To => 'submit@bugs.something',