* 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

@@ -124,6 +124,6 @@ main (void)
# Link and execute, just to make sure everything is fine (and in
# particular, that MY_LLOC is indeed defined somewhere).
AT_CHECK([$CC $CFLAGS $CPPFLAGS caller.c input.c -o caller], 0, [], [ignore])
AT_CHECK([caller])
AT_CHECK([./caller])
AT_CLEANUP