Merge branch 'tg/split-index-fixes' into maint
[gitweb.git] / t / t1700-split-index.sh
index 322721dd646b408fdb4c63d9a91427769a44608a..c087b6336788054671a307759a9ac67654b624da 100755 (executable)
@@ -6,6 +6,7 @@ test_description='split index mode tests'
 
 # We need total control of index splitting here
 sane_unset GIT_TEST_SPLIT_INDEX
+sane_unset GIT_FSMONITOR_TEST
 
 test_expect_success 'enable split index' '
        git config splitIndex.maxPercentChange 100 &&