X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=t%2F08_pkgreport.t;h=745e35dd4b80b857c306bd654f3fbab6a382c1eb;hb=1a1fa6f0af2be9d4076d9aad5f5a84c5fb3d9a8a;hp=df4861d9d0f22f7cd87e5cdae63c4e8796b8360f;hpb=c6d8b358aee776d0b4d7ced29f086d7e32c2b21a;p=debbugs.git diff --git a/t/08_pkgreport.t b/t/08_pkgreport.t index df4861d..745e35d 100644 --- a/t/08_pkgreport.t +++ b/t/08_pkgreport.t @@ -23,22 +23,8 @@ use Test::WWW::Mechanize; 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($@); -} - -# Output some debugging information if there's an error -END{ - if ($ENV{DEBUG}) { - foreach my $key (keys %config) { - diag("$key: $config{$key}\n"); - } - } -} +my %config = create_debbugs_configuration(); + # create a bug send_message(to=>'submit@bugs.something',