diff options
| author | Junio C Hamano <gitster@pobox.com> | 2012-05-11 11:14:57 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2012-05-11 11:14:57 -0700 |
| commit | 538847cd4c6a7398e8799a829d731be75f09152f (patch) | |
| tree | f46d9761a59abc3cc6624c74d689f6ebfe28b164 /t/t7400-submodule-basic.sh | |
| parent | 0582afbcb33a7ca32d09620b8dcaee63c5dd6000 (diff) | |
| parent | 3fb0459bc89bebb07e0603ce3ce92dbbc8a39ea4 (diff) | |
Merge branch 'sl/test-wc-l-line-count' into maint
By Stefano Lattarini
* sl/test-wc-l-line-count:
tests: modernise style: more uses of test_line_count
Diffstat (limited to 't/t7400-submodule-basic.sh')
| -rwxr-xr-x | t/t7400-submodule-basic.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7400-submodule-basic.sh b/t/t7400-submodule-basic.sh index b377a7af28..81827e696f 100755 --- a/t/t7400-submodule-basic.sh +++ b/t/t7400-submodule-basic.sh @@ -234,7 +234,7 @@ EOF test_expect_success 'status should only print one line' ' git submodule status >lines && - test $(wc -l <lines) = 1 + test_line_count = 1 lines ' test_expect_success 'setup - fetch commit name from submodule' ' |
