Merge branch 'ds/reachable'
[gitweb.git] / t / t7400-submodule-basic.sh
index 7d3d9842108ae5961f7c17e392f0ce9a8b397cf4..c0ffc1022aedf1e7248388bdca06d071108c3b61 100755 (executable)
@@ -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 &&