From: David Aguilar Date: Tue, 7 Feb 2017 09:17:00 +0000 (-0800) Subject: t7800: replace "wc -l" with test_line_count X-Git-Tag: v2.12.0-rc1~4^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/1ce515f09d2bb0836ee100b4d48e9496f5cdde95?hp=1ce515f09d2bb0836ee100b4d48e9496f5cdde95 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 Signed-off-by: Junio C Hamano ---