X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/cff913a1c984f82558a7d59dec0b8b1a06c5530d..2d0387d1624b5b7ed6b13b79b9d5a87ce9b6d12b:/t/test.pl diff --git a/t/test.pl b/t/test.pl index dcc738b8b..ccdab4077 100755 --- a/t/test.pl +++ b/t/test.pl @@ -12,7 +12,6 @@ BEGIN { unshift(@INC, $FindBin::Bin . '/../modules/override'); # Use our own versions of various modules (e.g. YAML). push (@INC, $FindBin::Bin . '/..'); # '.' will be removed from @INC soon. - push (@INC, $FindBin::Bin . '/../modules/fallback'); # Only use our own versions of modules if there's no system version. $ENV{HARNESS_OPTIONS} = 'c';