commit | 3fb0459bc89bebb07e0603ce3ce92dbbc8a39ea4 | [log] [tgz] |
---|---|---|
author | Stefano Lattarini <stefano.lattarini@gmail.com> | Wed Apr 11 13:24:01 2012 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Apr 11 09:32:20 2012 -0700 |
tree | b8e4ab3fc39f64973168b4656c57d2874e1abdaf | |
parent | e8dde3e5f9ddb7cf95a6ff3cea6cf07c3a2db80d [diff] |
tests: modernise style: more uses of test_line_count Prefer: test_line_count <OP> COUNT FILE over: test $(wc -l <FILE) <OP> COUNT (or similar usages) in several tests. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>