t7800: replace "wc -l" with test_line_count
authorDavid Aguilar <davvid@gmail.com>
Tue, 7 Feb 2017 09:17:00 +0000 (01:17 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 8 Feb 2017 21:36:07 +0000 (13:36 -0800)
Make t7800 easier to debug by capturing output into temporary files and
using test_line_count to make assertions on those files.

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