summaryrefslogtreecommitdiff
path: root/tests/skeletons.at
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2019-10-11 06:36:17 +0200
committerAkim Demaille <akim.demaille@gmail.com>2019-10-11 06:53:45 +0200
commit0c56c195e0f469b2bb93c975622513b383b97316 (patch)
tree935e3ca5b9a41da33b48037c5297a3a05a5b76b4 /tests/skeletons.at
parent3dd2ae4415841c6296b5dcaadec91c722eecbbca (diff)
downloadbison-0c56c195e0f469b2bb93c975622513b383b97316.tar.gz
tests: be really robust to Perl missing
My previous tests (with ./configure PERL=false) have been fooled by configure, that managed to find perl anyway. This time, I ran this on a Fedora in Docker, without Perl. * tests/calc.at, tests/diagnostics.at, tests/headers.at, * tests/input.at, tests/local.at, tests/named-refs.at, * tests/output.at, tests/regression.at, tests/skeletons.at, * tests/synclines.at, tests/torture.at: Don't require Perl.
Diffstat (limited to 'tests/skeletons.at')
-rw-r--r--tests/skeletons.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/skeletons.at b/tests/skeletons.at
index bfd696e4..6cb52497 100644
--- a/tests/skeletons.at
+++ b/tests/skeletons.at
@@ -311,7 +311,7 @@ print '@output(@,@,@)', "\n";
(print "garbage"x10, "\n") for (1..1000);
print "${M4}_divert_pop(0)\n";
]])
-AT_CHECK([[$PERL gen-skel.pl > skel.c || exit 77]])
+AT_CHECK([["$PERL" gen-skel.pl > skel.c || exit 77]])
AT_DATA([[input.y]],
[[%skeleton "./skel.c"