diff options
author | SZEDER Gábor <szeder.dev@gmail.com> | 2018-09-28 18:24:54 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-09-28 10:44:08 -0700 |
commit | 18c765e0ddf07bb336cba4cb8ce11e8a31d64bf3 (patch) | |
tree | 4023dee974c45a140b9c15fec52479a69e96faff /t/t1700-split-index.sh | |
parent | 1d4361b0f344188ab5eec6dcea01f61a3a3a1670 (diff) | |
download | git-18c765e0ddf07bb336cba4cb8ce11e8a31d64bf3.tar.gz |
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>
Diffstat (limited to 't/t1700-split-index.sh')
-rwxr-xr-x | t/t1700-split-index.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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' ' |