> ÂThe alternative would be to use 3 = $(wc -l) (sans quotes), but other parts > Âof the test used the -eq method. A IMO saner alternative is to add a new test-lib.sh function for this. E.g.: - test 3 = "$(git ls-files -u | wc -l)" && - test_wc 3 "git ls-files -u" && We could use test_cmp or something internally so we'd get meaningful output when those tests fail. But this is a good fix anyway. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html