diff options
Diffstat (limited to 't/comp/cpp.t')
-rwxr-xr-x | t/comp/cpp.t | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/t/comp/cpp.t b/t/comp/cpp.t deleted file mode 100755 index 80add8130f..0000000000 --- a/t/comp/cpp.t +++ /dev/null @@ -1,17 +0,0 @@ -#!./perl - -BEGIN { - chdir 't' if -d 't'; - @INC = '../lib'; - $ENV{PERL5LIB} = '../lib'; -} - -use Config; -if ( $^O eq 'MacOS' || - ($Config{'cppstdin'} =~ /\bcppstdin\b/) && - ! -x $Config{'binexp'} . "/cppstdin" ) { - print "1..0 # Skip: \$Config{cppstdin} unavailable\n"; - exit; # Cannot test till after install, alas. -} - -system qq{$^X -"P" "comp/cpp.aux"}; |