]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t0060-path-utils.sh
Merge branch 'js/git-path-head-dot-lock-fix'
[thirdparty/git.git] / t / t0060-path-utils.sh
index 501e1a288df4c5876f72cc5c2397c574965b7cbd..553e94bc5a7a41314121871e6958d2d32f20dc74 100755 (executable)
@@ -285,8 +285,10 @@ test_git_path GIT_OBJECT_DIRECTORY=foo objects/foo foo/foo
 test_git_path GIT_OBJECT_DIRECTORY=foo objects2 .git/objects2
 test_expect_success 'setup common repository' 'git --git-dir=bar init'
 test_git_path GIT_COMMON_DIR=bar index                    .git/index
+test_git_path GIT_COMMON_DIR=bar index.lock               .git/index.lock
 test_git_path GIT_COMMON_DIR=bar HEAD                     .git/HEAD
 test_git_path GIT_COMMON_DIR=bar logs/HEAD                .git/logs/HEAD
+test_git_path GIT_COMMON_DIR=bar logs/HEAD.lock           .git/logs/HEAD.lock
 test_git_path GIT_COMMON_DIR=bar logs/refs/bisect/foo     .git/logs/refs/bisect/foo
 test_git_path GIT_COMMON_DIR=bar logs/refs                bar/logs/refs
 test_git_path GIT_COMMON_DIR=bar logs/refs/               bar/logs/refs/