Skip to content

Commit 5b0a78c

Browse files
pcloudsgitster
authored andcommitted
t2104: make sure split index mode is off for the version test
Version tests only make sense when all entries are in the same file, so we can see if version is downgraded to 2 if 3 is not required. Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent d6e3c18 commit 5b0a78c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

t/t2104-update-index-skip-worktree.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ test_description='skip-worktree bit test'
77

88
. ./test-lib.sh
99

10+
sane_unset GIT_TEST_SPLIT_INDEX
11+
1012
test_set_index_version 3
1113

1214
cat >expect.full <<EOF

0 commit comments

Comments
 (0)