Johannes Sixt <j.s...@viscovery.net> writes:

> Am 7/12/2012 1:30, schrieb Junio C Hamano:
>> -    test "$(wc -l <actual)" = 16 &&
>> +    test $(wc -l <actual) = 16 &&
>
> We have a helper function for this:
>
>       test_line_count = 16 actual &&

OK.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to