aboutsummaryrefslogtreecommitdiff
path: root/t/t7400-submodule-basic.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-10-09 14:01:01 +0900
committerJunio C Hamano <gitster@pobox.com>2019-10-09 14:01:01 +0900
commit9b3995cee051ddced1392df1977f6fd3e4bf542f (patch)
treeaa7ca9602aa5908d2b6e3634c42c5bdfacf6e562 /t/t7400-submodule-basic.sh
parent2e956f7fb3fc21fb43b788fa4c6a02712b33ee26 (diff)
parentf537485fa5535c65ec7e0cbe156eb60eb260f18e (diff)
downloadgit-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-xt/t7400-submodule-basic.sh2
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 &&