diff options
Diffstat (limited to 't/cond42.sh')
-rwxr-xr-x | t/cond42.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/cond42.sh b/t/cond42.sh index d4eee0104..c21772612 100755 --- a/t/cond42.sh +++ b/t/cond42.sh @@ -54,6 +54,6 @@ _AM_COND_ENDIF/' AUTOMAKE_fails grep '^configure\.ac:7:.* not enough arguments.* _AM_COND_IF' stderr grep '^configure\.ac:8:.* not enough arguments.* _AM_COND_ENDIF' stderr -test 2 = `grep -c 'not enough arguments' stderr` +test 2 -eq $($FGREP -c 'not enough arguments' stderr) : |