X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=t%2F07_bugreport.t;h=dfc1650c2dfd954df7249cc2f191c7cb6b068072;hb=6532b246361b5d28b6ce3b44154a71edd3ca9a9e;hp=5dfca0507772dd0c916a50dfbbf7224194bd5cd1;hpb=07309ad3fbc3f3d29b0da8921716392b8e593eb0;p=debbugs.git diff --git a/t/07_bugreport.t b/t/07_bugreport.t index 5dfca05..dfc1650 100644 --- a/t/07_bugreport.t +++ b/t/07_bugreport.t @@ -24,22 +24,8 @@ use HTTP::Status qw(RC_NOT_MODIFIED); use lib qw(t/lib); use DebbugsTest qw(:all); -my %config; -eval { - %config = create_debbugs_configuration(debug => exists $ENV{DEBUG}?$ENV{DEBUG}:0); -}; -if ($@) { - BAIL_OUT($@); -} +my %config = create_debbugs_configuration(); -# 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',