Skip to content

Commit c572128

Browse files
committed
SQUASH???
1 parent 5a1549e commit c572128

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

t/t9211-scalar-clone.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ test_description='test the `scalar clone` subcommand'
88
GIT_TEST_MAINT_SCHEDULER="crontab:test-tool crontab cron.txt,launchctl:true,schtasks:true"
99
export GIT_TEST_MAINT_SCHEDULER
1010

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+
1116
test_expect_success 'set up repository to clone' '
1217
rm -rf .git &&
1318
git init to-clone &&

0 commit comments

Comments
 (0)