Skip to content

Commit dc71be4

Browse files
committed
Merge branch 'ds/omit-trailing-hash-in-index' into ab/cache-api-cleanup-users
* ds/omit-trailing-hash-in-index: t1600: fix racy index.skipHash test
2 parents 73f69f2 + 42ea7a4 commit dc71be4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/t1600-index.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ test_expect_success 'index.skipHash config option' '
8888
git -c protocol.file.allow=always submodule add ./ sub &&
8989
git config index.skipHash false &&
9090
git -C sub config index.skipHash true &&
91+
rm -f .git/modules/sub/index &&
9192
>sub/file &&
9293
git -C sub add a &&
9394
test_trailing_hash .git/modules/sub/index >hash &&

0 commit comments

Comments
 (0)