diff mbox series

[v4,1/6] t1700-split-index: document why FSMONITOR is disabled in this test script

Message ID 20181011094309.18626-2-szeder.dev@gmail.com (mailing list archive)
State New, archived
Headers show
Series Fix the racy split index problem | expand

Commit Message

SZEDER Gábor Oct. 11, 2018, 9:43 a.m. UTC
Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com>
---
 t/t1700-split-index.sh | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/t/t1700-split-index.sh b/t/t1700-split-index.sh
index be22398a85..822257ff7d 100755
--- a/t/t1700-split-index.sh
+++ b/t/t1700-split-index.sh
@@ -6,6 +6,9 @@  test_description='split index mode tests'
 
 # We need total control of index splitting here
 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
 
 test_expect_success 'enable split index' '