X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcomp%2Fcpp.t;h=cb8df508119560ccd54acfb16697f6342abc695a;hb=501e7c3490d3750cf17f3dfec24af9ede34f3eb1;hp=bbff38c55379808f149d1e22c90978b8a8e93659;hpb=45c0de28763808112fd2f46ea311b6bb0c6050b3;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/comp/cpp.t b/t/comp/cpp.t index bbff38c..cb8df50 100755 --- a/t/comp/cpp.t +++ b/t/comp/cpp.t @@ -4,11 +4,11 @@ BEGIN { chdir 't' if -d 't'; - unshift @INC, '../lib'; + @INC = '../lib'; } use Config; -if ( $^O eq 'MSWin32' or +if ( $^O eq 'MSWin32' or $^O eq 'MacOS' or ($Config{'cppstdin'} =~ /\bcppstdin\b/) and ( ! -x $Config{'binexp'} . "/cppstdin") ) { print "1..0 # Skip: \$Config{cppstdin} unavailable\n";