t3600: use test_line_count() where possible
commit0d913dfa7e41f31befb080512d2e8524338f1907
authorDenton Liu <liu.denton@gmail.com>
Wed, 27 Nov 2019 19:53:16 +0000 (27 11:53 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 29 Nov 2019 21:20:14 +0000 (29 13:20 -0800)
treef25cc5ae00ae649be4f08be74ad353c0bb76080d
parent29a40b5a678fc9014063988ab74d34d156dfb385
t3600: use test_line_count() where possible

Since we have a helper function that can test the number of lines in a
file that gives better debugging information on failure, use
test_line_count() to test the number of lines.

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3600-rm.sh