]> git.saurik.com Git - bison.git/blobdiff - tests/local.at
tests: use $PERL instead of perl
[bison.git] / tests / local.at
index 5c9b865eeacb7dda652d3b1b60f6ca4a1e0f782d..2362e766fba749cd2d0ba39d784828b68c6e8e9f 100644 (file)
@@ -38,7 +38,7 @@ m4_define([m4_null_if],
 # Expect COUNT matches of the PERL-REGEXP in FILE.  The file is
 # taken in "slurp" mode, i.e., one can match end-of-lines.
 m4_define([AT_MATCHES_CHECK],
-[AT_CHECK([perl -0777 -ne '
+[AT_CHECK([$PERL -0777 -ne '
 my $count = 0;
 s{$2}{ ++$count; "" }gem;
 printf "$count\n";' $1], [0], [$3