]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t9104-git-svn-follow-parent.sh
Merge branch 'ea/blame-use-oideq'
[thirdparty/git.git] / t / t9104-git-svn-follow-parent.sh
index 9c49b6c1fe24335c6bcae777d60e14cdf96fd306..67eed2fefcec974f7f166b3221150392323211c5 100755 (executable)
@@ -161,6 +161,7 @@ test_expect_success "track initial change if it was only made to parent" '
        '
 
 test_expect_success "follow-parent is atomic" '
+       record_size=$(($(test_oid rawsz) + 4)) &&
        (
                cd wc &&
                svn_cmd up &&
@@ -186,7 +187,7 @@ test_expect_success "follow-parent is atomic" '
        mkdir -p "$GIT_DIR"/svn/refs/remotes/flunk@18 &&
        rev_map=$(cd "$GIT_DIR"/svn/refs/remotes/stunk && ls .rev_map*) &&
        dd if="$GIT_DIR"/svn/refs/remotes/stunk/$rev_map \
-          of="$GIT_DIR"/svn/refs/remotes/flunk@18/$rev_map bs=24 count=1 &&
+          of="$GIT_DIR"/svn/refs/remotes/flunk@18/$rev_map bs=$record_size count=1 &&
        rm -rf "$GIT_DIR"/svn/refs/remotes/stunk &&
        git svn init --minimize-url -i flunk "$svnrepo"/flunk &&
        git svn fetch -i flunk &&
@@ -215,7 +216,9 @@ test_expect_success "multi-fetch continues to work" "
        "
 
 test_expect_success "multi-fetch works off a 'clean' repository" '
-       rm -rf "$GIT_DIR/svn" "$GIT_DIR/refs/remotes" &&
+       rm -rf "$GIT_DIR/svn" &&
+       git for-each-ref --format="option no-deref%0adelete %(refname)" refs/remotes |
+       git update-ref --stdin &&
        git reflog expire --all --expire=all &&
        mkdir "$GIT_DIR/svn" &&
        git svn multi-fetch