summaryrefslogtreecommitdiff
path: root/t/distcom4.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/distcom4.sh')
-rwxr-xr-xt/distcom4.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/distcom4.sh b/t/distcom4.sh
index dc37fcf4f..32d3db2ac 100755
--- a/t/distcom4.sh
+++ b/t/distcom4.sh
@@ -69,7 +69,7 @@ sed -n -e '/^DIST_COMMON =.*\\$/ {
cat dc.txt # For debugging.
-test 1 = `grep tests dc.txt | wc -l`
+test 1 -eq $(grep -c tests dc.txt)
grep configure dc.txt
# README must come first.
grep 'DIST_COMMON = README' Makefile.in