]> git.donarmstrong.com Git - debbugs.git/blobdiff - t/12_merge.t
create_config now calls BAIL_OUT on its own
[debbugs.git] / t / 12_merge.t
index 4857f143967327f4a8e537ac5faf6cb5e207b235..c654359028add1255c2fed520148b1cc6af07566 100644 (file)
@@ -24,13 +24,8 @@ use Data::Dumper;
 
 # 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};