OSDN Git Service

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)
commit1ce515f09d2bb0836ee100b4d48e9496f5cdde95
tree511de0ff3cdf5e9799663839d830080ba7512124
parenta83c2d2972b7821e45192df08142d27ebc51da48
t7800: replace "wc -l" with test_line_count

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>
t/t7800-difftool.sh