We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a1549e commit c572128Copy full SHA for c572128
1 file changed
t/t9211-scalar-clone.sh
@@ -8,6 +8,11 @@ test_description='test the `scalar clone` subcommand'
8
GIT_TEST_MAINT_SCHEDULER="crontab:test-tool crontab cron.txt,launchctl:true,schtasks:true"
9
export GIT_TEST_MAINT_SCHEDULER
10
11
+# index.skipHash (default used by Scalar) and GIT_TEST_SPLIT_INDEX are
12
+# incompatible. The shared index gets a null OID and fails to load on
13
+# re-read.
14
+sane_unset GIT_TEST_SPLIT_INDEX
15
+
16
test_expect_success 'set up repository to clone' '
17
rm -rf .git &&
18
git init to-clone &&
0 commit comments