perl -P path patch
[p5sagit/p5-mst-13.2.git] / t / comp / cpp.t
index 880aed8..00a9e68 100755 (executable)
@@ -9,7 +9,7 @@ BEGIN {
 
 use Config;
 if ( ($Config{'cppstdin'} =~ /\bcppstdin\b/) and
-     ( ! -x $Config{'scriptdir'} . "/cppstdin") ) {
+     ( ! -x $Config{'binexp'} . "/cppstdin") ) {
     print "1..0\n";
     exit;              # Cannot test till after install, alas.
 }