X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/51c2badbae7600ad3a6c046880b480c8c688a971..e214accccd89a9c8:/t/Support/TestSetup.pm?ds=sidebyside diff --git a/t/Support/TestSetup.pm b/t/Support/TestSetup.pm index ce3c6a064..7e5774ea1 100644 --- a/t/Support/TestSetup.pm +++ b/t/Support/TestSetup.pm @@ -48,8 +48,6 @@ sub login { die "cannot find locale for user $login" unless $::locale = Locale->new($::myconfig{countrycode}); - $::instance_conf->init; - $SIG{__DIE__} = sub { Carp::confess( @_ ) } if $::lx_office_conf{debug}->{backtrace_on_die}; return 1;