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>
SZEDER Gábor committed
Sep 28, 2018 at 18:24 UTC
18c765e0ddf07bb336cba4cb8ce11e8a31d64bf3
1 file changed
+3
t/t1700-split-index.sh
+3
@@ -6,6 +6,9 @@ test_description='split index mode tests'
6
7
# We need total control of index splitting here
8
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.
12
sane_unset GIT_FSMONITOR_TEST
13
14
test_expect_success 'enable split index' '