diff options
| author | Junio C Hamano <gitster@pobox.com> | 2019-10-09 14:01:01 +0900 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2019-10-09 14:01:01 +0900 |
| commit | 9b3995cee051ddced1392df1977f6fd3e4bf542f (patch) | |
| tree | aa7ca9602aa5908d2b6e3634c42c5bdfacf6e562 /t/t7400-submodule-basic.sh | |
| parent | 2e956f7fb3fc21fb43b788fa4c6a02712b33ee26 (diff) | |
| parent | f537485fa5535c65ec7e0cbe156eb60eb260f18e (diff) | |
| download | git-9b3995cee051ddced1392df1977f6fd3e4bf542f.tar.xz | |
Merge branch 'rs/test-remove-useless-debugging-cat'
Code cleanup.
* rs/test-remove-useless-debugging-cat:
tests: remove "cat foo" before "test_i18ngrep bar foo"
Diffstat (limited to 't/t7400-submodule-basic.sh')
| -rwxr-xr-x | t/t7400-submodule-basic.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/t/t7400-submodule-basic.sh b/t/t7400-submodule-basic.sh index a208cb26e1..691b5fc3bf 100755 --- a/t/t7400-submodule-basic.sh +++ b/t/t7400-submodule-basic.sh @@ -527,7 +527,6 @@ test_expect_success 'update --init' ' test_must_fail git config submodule.example.url && git submodule update init 2> update.out && - cat update.out && test_i18ngrep "not initialized" update.out && test_must_fail git rev-parse --resolve-git-dir init/.git && @@ -545,7 +544,6 @@ test_expect_success 'update --init from subdirectory' ' ( cd sub && git submodule update ../init 2>update.out && - cat update.out && test_i18ngrep "not initialized" update.out && test_must_fail git rev-parse --resolve-git-dir ../init/.git && |
