]> git.ipfire.org Git - thirdparty/git.git/commitdiff
t1700-split-index: document why FSMONITOR is disabled in this test script
authorSZEDER Gábor <szeder.dev@gmail.com>
Fri, 28 Sep 2018 16:24:54 +0000 (18:24 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 28 Sep 2018 17:44:08 +0000 (10:44 -0700)
Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1700-split-index.sh

index b3b4d83eafc4a031618a3a89fd8ca50353f1a844..b34283009a980e958875a76805ec49f3d8137ca3 100755 (executable)
@@ -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' '