mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-21 10:13:03 +00:00
* tests/actions.at, tests/calc.at, tests/headers.at,
* tests/torture.at: Adjust to the newest Autotest which no longer forces `.' in the PATH.
This commit is contained in:
@@ -74,7 +74,7 @@ main (void)
|
||||
|
||||
AT_CHECK([bison input.y -d -v -o input.c])
|
||||
AT_CHECK([$CC $CFLAGS $CPPFLAGS input.c -o input], 0, [], [ignore])
|
||||
AT_CHECK([input], 0,
|
||||
AT_CHECK([./input], 0,
|
||||
[[0123456789
|
||||
]])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user