From: SZEDER Gábor Date: Fri, 28 Sep 2018 16:24:54 +0000 (+0200) Subject: t1700-split-index: document why FSMONITOR is disabled in this test script X-Git-Tag: v2.20.0-rc0~142^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=18c765e0ddf07bb336cba4cb8ce11e8a31d64bf3;p=thirdparty%2Fgit.git t1700-split-index: document why FSMONITOR is disabled in this test script Signed-off-by: SZEDER Gábor Signed-off-by: Junio C Hamano --- diff --git a/t/t1700-split-index.sh b/t/t1700-split-index.sh index b3b4d83eaf..b34283009a 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' '