Skip to content

Commit 18c765e

Browse files
szedergitster
authored andcommitted
t1700-split-index: document why FSMONITOR is disabled in this test script
Signed-off-by: SZEDER Gábor <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 1d4361b commit 18c765e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

t/t1700-split-index.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ test_description='split index mode tests'
66

77
# We need total control of index splitting here
88
sane_unset GIT_TEST_SPLIT_INDEX
9+
# A couple of tests expect the index to have a specific checksum,
10+
# but the presence of the optional FSMN extension would interfere
11+
# with those checks, so disable it in this test script.
912
sane_unset GIT_FSMONITOR_TEST
1013

1114
test_expect_success 'enable split index' '

0 commit comments

Comments
 (0)