X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=t%2F09_soap.t;h=266c4c5ed26f2456de230621e417b0058d03d892;hb=1b1562614656acf70e9b69c8eb736673f370c816;hp=4967a9c8a15baff7cf123fd935eb97929754b756;hpb=135a904f3e1f19a910753de819102111a9d65a70;p=debbugs.git diff --git a/t/09_soap.t b/t/09_soap.t index 4967a9c..266c4c5 100644 --- a/t/09_soap.t +++ b/t/09_soap.t @@ -17,22 +17,8 @@ use lib qw(t/lib); use DebbugsTest qw(:configuration); use Cwd; -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 we're debugging -END{ - if ($ENV{DEBUG}) { - foreach my $key (keys %config) { - diag("$key: $config{$key}\n"); - } - } -} # create a bug send_message(to=>'submit@bugs.something',