t1512: ignore whitespaces in wc -l output
authorJunio C Hamano <gitster@pobox.com>
Wed, 11 Jul 2012 23:30:28 +0000 (16:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 11 Jul 2012 23:30:49 +0000 (16:30 -0700)
Some implementations of sed (e.g. MacOS X) have whitespaces in the
output of "wc -l" that reads from the standard input. Ignore these
whitespaces by not quoting the command substitution to be compared
with the constant "16".

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found