X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/bd0bd7a0380c750eda91d0467e9e4af414273d00..HEAD:/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) {