diff options
author | 2018-06-19 09:26:59 -0700 | |
---|---|---|
committer | 2018-06-19 09:26:59 -0700 | |
commit | bd73c3f13f34ae47b956777aa4bb785b91078ee5 (patch) | |
tree | e8bb60fad5cf9b89cb79ab00233cf29b95180eda | |
parent | Merge branch 'js/rebase-i-root-fix' (diff) | |
parent | t7400: encapsulate setup code in test_expect_success (diff) | |
download | tgif-bd73c3f13f34ae47b956777aa4bb785b91078ee5.tar.xz |
Merge branch 'cf/submodule-progress-dissociate'
* cf/submodule-progress-dissociate:
t7400: encapsulate setup code in test_expect_success
-rwxr-xr-x | t/t7400-submodule-basic.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/t/t7400-submodule-basic.sh b/t/t7400-submodule-basic.sh index 2f532529b8..812db137b8 100755 --- a/t/t7400-submodule-basic.sh +++ b/t/t7400-submodule-basic.sh @@ -126,8 +126,10 @@ test_expect_success 'submodule add' ' test_cmp empty untracked ' -test_create_repo parent && -test_commit -C parent one +test_expect_success 'setup parent and one repository' ' + test_create_repo parent && + test_commit -C parent one +' test_expect_success 'redirected submodule add does not show progress' ' git -C addtest submodule add "file://$submodurl/parent" submod-redirected \ |