X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/931c8a6320097b9c0f6e7e098d2533b3a70d15db..d16e003e400bfad9e45acbf1fd0cee70dd68b848:/t/test.pl?ds=sidebyside diff --git a/t/test.pl b/t/test.pl index da10840a5..fac0e412a 100755 --- a/t/test.pl +++ b/t/test.pl @@ -7,7 +7,7 @@ use File::Find (); use Test::Harness qw(runtests execute_tests); BEGIN { - $ENV{HARNESS_OPTIONS} = 'j:c'; + $ENV{HARNESS_OPTIONS} = 'c'; unshift @INC, 'modules/override'; push @INC, 'modules/fallback'; }