]> git.donarmstrong.com Git - debbugs.git/blobdiff - t/06_mail_handling.t
Fix breakage caused by cdn.libravatar.org not setting Content-Type
[debbugs.git] / t / 06_mail_handling.t
index f0b2b375c9ef6db564e7c8b58daf983751bdfc93..0e42ed03f5ea1e97972c13507be19269c6db3e9a 100644 (file)
@@ -26,13 +26,8 @@ use Encode qw(decode encode);
 
 # 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};