* 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:
Akim Demaille
2002-01-27 10:59:15 +00:00
parent 30f8c3953f
commit 30d2f3d50f
5 changed files with 17 additions and 11 deletions

View File

@@ -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
]])