]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t0060-path-utils.sh
path: optimize common dir checking
[thirdparty/git.git] / t / t0060-path-utils.sh
index 93605f42f27cef9ef3ffe381c84aea9f6f4be426..1ca49e102dc2580c02ba4accac731daa5f460ca1 100755 (executable)
@@ -271,6 +271,7 @@ test_git_path GIT_COMMON_DIR=bar objects/bar              bar/objects/bar
 test_git_path GIT_COMMON_DIR=bar info/exclude             bar/info/exclude
 test_git_path GIT_COMMON_DIR=bar info/grafts              bar/info/grafts
 test_git_path GIT_COMMON_DIR=bar info/sparse-checkout     .git/info/sparse-checkout
+test_git_path GIT_COMMON_DIR=bar info//sparse-checkout    .git/info//sparse-checkout
 test_git_path GIT_COMMON_DIR=bar remotes/bar              bar/remotes/bar
 test_git_path GIT_COMMON_DIR=bar branches/bar             bar/branches/bar
 test_git_path GIT_COMMON_DIR=bar logs/refs/heads/master   bar/logs/refs/heads/master