diff options
Diffstat (limited to 't/distcom5.sh')
-rwxr-xr-x | t/distcom5.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/distcom5.sh b/t/distcom5.sh index adfbe52d1..de6ea11b4 100755 --- a/t/distcom5.sh +++ b/t/distcom5.sh @@ -78,7 +78,7 @@ extract_distcommon tests/Makefile.in > inner.txt cat top.txt cat inner.txt -test 0 = `grep tests top.txt | wc -l` -test 1 = `grep wrapper inner.txt | wc -l` +test 0 -eq $(grep -c tests top.txt) +test 1 -eq $(grep -c wrapper inner.txt) : |