]> git.donarmstrong.com Git - debbugs.git/blobdiff - t/07_control_limit.t
pkgsrc is no longer needed
[debbugs.git] / t / 07_control_limit.t
index 1283223a4b3ed35802c87e41c7e89b7a33121eb5..ae3e98aa87f60c19dea12344d806e1a31c85f82e 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};