summaryrefslogtreecommitdiff
path: root/tests/java.at
diff options
context:
space:
mode:
authorAkim Demaille <akim@lrde.epita.fr>2013-06-21 11:28:01 +0200
committerAkim Demaille <akim@lrde.epita.fr>2013-06-21 11:38:47 +0200
commitd116722c542af7c6c85012064aa06c0f4d8d3d01 (patch)
treed0bed08c2779b7e1dfa9cf55e917dad2e6cc8076 /tests/java.at
parent1d678854a43d4156e28f47942fcd69adfa04ca96 (diff)
downloadbison-d116722c542af7c6c85012064aa06c0f4d8d3d01.tar.gz
style: minor changes in the Java tests
* tests/java.at (AT_CHECK_JAVA_GREP): Ignore the exit status. * tests/javapush.at (AT_CHECK_JAVA_GREP): Be more alike the previous one. Formating changes. Remove stray debugging "jj" file.
Diffstat (limited to 'tests/java.at')
-rw-r--r--tests/java.at5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/java.at b/tests/java.at
index 968b47f3..2b206988 100644
--- a/tests/java.at
+++ b/tests/java.at
@@ -444,9 +444,8 @@ m4_define([AT_CHECK_JAVA_MINIMAL_W_LEXER],
# Check that YYParser.java contains exactly COUNT lines matching ^LINE$
# with grep.
m4_define([AT_CHECK_JAVA_GREP],
- [AT_CHECK([grep -c '^$1$' YYParser.java], [], [m4_default([$2], [1])
-])
-])
+[AT_CHECK([grep -c '^$1$' YYParser.java], [ignore], [m4_default([$2], [1])
+])])
# ------------------------------------- #