t0021: expect more variations in the output of uniq -c
authorJohannes Sixt <j6t@kdbg.org>
Thu, 3 Nov 2016 20:12:13 +0000 (21:12 +0100)
committerJeff King <peff@peff.net>
Tue, 8 Nov 2016 20:26:40 +0000 (15:26 -0500)
Some versions of uniq -c write the count left-justified, other version
write it right-justified. Be prepared for both kinds.

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Jeff King <peff@peff.net>
No differences found