From d116722c542af7c6c85012064aa06c0f4d8d3d01 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Fri, 21 Jun 2013 11:28:01 +0200 Subject: 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. --- tests/java.at | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tests/java.at') 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]) +])]) # ------------------------------------- # -- cgit v1.2.1