]> git.donarmstrong.com Git - debbugs.git/blobdiff - t/15_rebuild_indexdb.t
Don't print strange-looking "Usertags are now: ." message when removing all usertags.
[debbugs.git] / t / 15_rebuild_indexdb.t
index 85d7681015e22e13f5e658e07148356b5c734235..6f6aa212fb580e6369e3959253f974ebffcef9d7 100644 (file)
@@ -27,13 +27,8 @@ use Encode qw(decode encode decode_utf8 encode_utf8);
 
 # 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};