X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/61a426f10f765ddac762292138959e1543d39e0f..46e9355a07d3ba6e1ea1d95a893d6ed4c8b31487:/t/001compile.t diff --git a/t/001compile.t b/t/001compile.t index 0d1657b19..044d60408 100644 --- a/t/001compile.t +++ b/t/001compile.t @@ -70,7 +70,7 @@ sub test_compile_file { my ($file, $T) = @{ $_[0] }; - my $command = "$perlapp -w -c$T -Imodules/fallback -Imodules/override -It -MSupport::CanonialGlobals $file 2>&1"; + my $command = "$perlapp -w -c$T -Imodules/override -It -MSupport::CanonialGlobals $file 2>&1"; my $loginfo=`$command`; if ($loginfo =~ /syntax ok$/im) {