t1700-split-index: document why FSMONITOR is disabled in this test script
Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
1d4361b0f3
commit
18c765e0dd
@ -6,6 +6,9 @@ test_description='split index mode tests'
|
|||||||
|
|
||||||
# We need total control of index splitting here
|
# We need total control of index splitting here
|
||||||
sane_unset GIT_TEST_SPLIT_INDEX
|
sane_unset GIT_TEST_SPLIT_INDEX
|
||||||
|
# A couple of tests expect the index to have a specific checksum,
|
||||||
|
# but the presence of the optional FSMN extension would interfere
|
||||||
|
# with those checks, so disable it in this test script.
|
||||||
sane_unset GIT_FSMONITOR_TEST
|
sane_unset GIT_FSMONITOR_TEST
|
||||||
|
|
||||||
test_expect_success 'enable split index' '
|
test_expect_success 'enable split index' '
|
||||||
|
Loading…
Reference in New Issue
Block a user