X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/45fdfd8108084c2c3505d584d8dcc7e534ae77a2..ff020c3061aeab8a20a4a6fd48c434e3e5aeb29b:/tests/calc.at diff --git a/tests/calc.at b/tests/calc.at index a1c11e5f..9518c3c3 100644 --- a/tests/calc.at +++ b/tests/calc.at @@ -503,7 +503,7 @@ AT_CHECK([cat stderr], 0, [expout]) # Make sure we did not introduce bad spaces. Checked here because all # the skeletons are (or should be) exercized here. m4_define([AT_CHECK_SPACES], -[AT_CHECK([perl -ne ' +[AT_CHECK([$PERL -ne ' chomp; print "$.: {$_}\n" if (# No starting/ending empty lines.