Skip to content

Commit

Permalink
t1700-split-index: document why FSMONITOR is disabled in this test sc…
Browse files Browse the repository at this point in the history
…ript

Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
szeder authored and gitster committed Sep 28, 2018
1 parent 1d4361b commit 18c765e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions t/t1700-split-index.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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' '
Expand Down

0 comments on commit 18c765e

Please sign in to comment.