diff options
Diffstat (limited to 't/cond35.sh')
-rwxr-xr-x | t/cond35.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/cond35.sh b/t/cond35.sh index 043b3b059..a87090209 100755 --- a/t/cond35.sh +++ b/t/cond35.sh @@ -55,7 +55,7 @@ $AUTOCONF $AUTOMAKE --add-missing $FGREP 'tparse.h' Makefile.in # For debugging. -test `$FGREP -c 'tparse.h:' Makefile.in` = 1 +test $($FGREP -c 'tparse.h:' Makefile.in) -eq 1 cat > tscan.l << 'END' %{ |