]> git.saurik.com Git - bison.git/blobdiff - tests/actions.at
(yyparse): Correct error handling to conform to
[bison.git] / tests / actions.at
index e3d4ba2981255f8581a016603a4cb20c934c265b..6850ce65136dade9c0bcc3f8ecdc807c195cb582 100644 (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
 ]])