X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=t%2F001compile.t;h=044d6040814d1bfd9393c07ad2b71cbdefb794bc;hb=feb6f563968f53e59511578429b1dd61fda52008;hp=0d1657b191c00ad55231f6fb370033550c42575a;hpb=bd0bd7a0380c750eda91d0467e9e4af414273d00;p=kivitendo-erp.git 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) {