summaryrefslogtreecommitdiff
path: root/t/cond36.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/cond36.sh')
-rwxr-xr-xt/cond36.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/cond36.sh b/t/cond36.sh
index 82200cca9..d9b069908 100755
--- a/t/cond36.sh
+++ b/t/cond36.sh
@@ -54,7 +54,7 @@ $AUTOMAKE -Wno-error
# Still and all, it should generate two rules.
$FGREP 'tparse.h' Makefile.in # For debugging.
-test `$FGREP -c 'tparse.h:' Makefile.in` = 2
+test $($FGREP -c 'tparse.h:' Makefile.in) -eq 2
$FGREP '@CASE_A_TRUE@tparse.h:' Makefile.in
$FGREP '@CASE_A_FALSE@tparse.h:' Makefile.in