diff options
Diffstat (limited to 't/acloca18.sh')
-rwxr-xr-x | t/acloca18.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/acloca18.sh b/t/acloca18.sh index c0510e10d..4ae03ff07 100755 --- a/t/acloca18.sh +++ b/t/acloca18.sh @@ -128,7 +128,7 @@ grep 'installing.*4/m1\.m4' stderr $ACLOCAL -I 5 2>stderr && { cat stderr >&2; Exit 1; } cat stderr >&2 -test `grep -c 'ill-formed serial' stderr` -eq 3 +test $(grep -c 'ill-formed serial' stderr) -eq 3 $ACLOCAL -I 6 2>stderr && { cat stderr >&2; Exit 1; } cat stderr >&2 |