Merge branch 'maint'
[platform/upstream/automake.git] / t / distcom4.sh
index 6f9d871..b785fec 100755 (executable)
@@ -68,7 +68,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
 
 :