]> git.donarmstrong.com Git - debbugs.git/blobdiff - t/11_blocks.t
Fix default user for usertags
[debbugs.git] / t / 11_blocks.t
index 5e277cdb4147ae18e1aa38c82afbae45fa4fbd62..72f7c35b687e6f93e0893c9583950306c425b46c 100644 (file)
@@ -25,13 +25,8 @@ use Test::WWW::Mechanize;
 
 # HTTP::Server:::Simple defines a SIG{CHLD} handler that breaks system; undef it here.
 $SIG{CHLD} = sub {};
-my %config;
-eval {
-     %config = create_debbugs_configuration();
-};
-if ($@) {
-     BAIL_OUT($@);
-}
+my %config = create_debbugs_configuration();
+
 
 my $sendmail_dir = $config{sendmail_dir};
 my $spool_dir = $config{spool_dir};