X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft1510-repo-setup.sh;h=80aedfca8c15bea1104b4985023f338059ae751c;hb=0e1cfc52de002e2d9b0e6562e8672fee3bf45a67;hp=ec50a9ad70450cb80074a6002c66bf2efb8e7833;hpb=8327ee8677e3cdee4fc3563b9e5565405068e41e;p=git.git diff --git a/t/t1510-repo-setup.sh b/t/t1510-repo-setup.sh index ec50a9ad7..80aedfca8 100755 --- a/t/t1510-repo-setup.sh +++ b/t/t1510-repo-setup.sh @@ -603,7 +603,7 @@ test_expect_success '#22a: core.worktree = GIT_DIR = .git dir' ' # like case #6. setup_repo 22a "$here/22a/.git" "" unset && - setup_repo 22ab . "" unset + setup_repo 22ab . "" unset && mkdir -p 22a/.git/sub 22a/sub && mkdir -p 22ab/.git/sub 22ab/sub && try_case 22a/.git unset . \ @@ -742,7 +742,7 @@ test_expect_success '#28: core.worktree and core.bare conflict (gitfile case)' ' # Case #29: GIT_WORK_TREE(+core.worktree) overrides core.bare (gitfile case). test_expect_success '#29: setup' ' setup_repo 29 non-existent gitfile true && - mkdir -p 29/sub/sub 29/wt/sub + mkdir -p 29/sub/sub 29/wt/sub && ( cd 29 && GIT_WORK_TREE="$here/29" &&