We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d4361b commit 18c765eCopy full SHA for 18c765e
t/t1700-split-index.sh
@@ -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' '
0 commit comments