Merge branch 'cc/tests-without-assuming-ref-files-backend'
Quite a many tests assumed that newly created refs are made as loose refs using the files backend, which have been updated to use proper plumbing like rev-parse and update-ref, to avoid breakage once we start using different ref backends. * cc/tests-without-assuming-ref-files-backend: t990X: use '.git/objects' as 'deep inside .git' path t: make many tests depend less on the refs being files
This commit is contained in:
@ -215,7 +215,8 @@ test_expect_success "multi-fetch continues to work" "
|
||||
"
|
||||
|
||||
test_expect_success "multi-fetch works off a 'clean' repository" '
|
||||
rm -r "$GIT_DIR/svn" "$GIT_DIR/refs/remotes" "$GIT_DIR/logs" &&
|
||||
rm -rf "$GIT_DIR/svn" "$GIT_DIR/refs/remotes" &&
|
||||
git reflog expire --all --expire=all &&
|
||||
mkdir "$GIT_DIR/svn" &&
|
||||
git svn multi-fetch
|
||||
'
|
||||
|
Reference in New Issue
Block a user