diff options
| author | Junio C Hamano <gitster@pobox.com> | 2018-09-10 10:38:58 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2018-09-10 10:38:58 -0700 |
| commit | f38a45b9abec78ac04022c9ba043e78eb2d036e2 (patch) | |
| tree | 6d286bed7edb3a118d7f4d193e54406a68c213b0 /t/t7400-submodule-basic.sh | |
| parent | fe468efff533c3c92c174ae4706532c1521c150c (diff) | |
| parent | f178c13fdac42763a7aa58bf260aa67d9f4393ec (diff) | |
Merge branch 'jn/submodule-core-worktree-revert'
* jn/submodule-core-worktree-revert:
Revert "Merge branch 'sb/submodule-core-worktree'"
Diffstat (limited to 't/t7400-submodule-basic.sh')
| -rwxr-xr-x | t/t7400-submodule-basic.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/t/t7400-submodule-basic.sh b/t/t7400-submodule-basic.sh index 7d3d984210..c0ffc1022a 100755 --- a/t/t7400-submodule-basic.sh +++ b/t/t7400-submodule-basic.sh @@ -984,11 +984,6 @@ test_expect_success 'submodule deinit should remove the whole submodule section rmdir init ' -test_expect_success 'submodule deinit should unset core.worktree' ' - test_path_is_file .git/modules/example/config && - test_must_fail git config -f .git/modules/example/config core.worktree -' - test_expect_success 'submodule deinit from subdirectory' ' git submodule update --init && git config submodule.example.foo bar && |
