]> git.donarmstrong.com Git - debbugs.git/blobdiff - t/09_soap.t
assume unknown encodings are UTF-8
[debbugs.git] / t / 09_soap.t
index 4967a9c8a15baff7cf123fd935eb97929754b756..266c4c5ed26f2456de230621e417b0058d03d892 100644 (file)
@@ -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',