X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft5400-send-pack.sh;h=7d93d0d7c90de94b0972d8fa5cd6d747c3fd2f56;hb=d77ee72662a821d66ae218056f0103eb24d8d4b4;hp=2a55d5ae3206d056f87310d85e5ee5436437ae23;hpb=9b088c4e394df84232cfd37aea78349a495b09c1;p=git.git diff --git a/t/t5400-send-pack.sh b/t/t5400-send-pack.sh index 2a55d5ae3..7d93d0d7c 100755 --- a/t/t5400-send-pack.sh +++ b/t/t5400-send-pack.sh @@ -55,13 +55,13 @@ test_expect_success setup ' test_expect_success 'pack the source repository' ' git repack -a -d && - git prune --grace=off + git prune ' test_expect_success 'pack the destination repository' ' cd victim && git repack -a -d && - git prune --grace=off && + git prune && cd .. ' @@ -106,7 +106,7 @@ export HOME ;# this way we force the victim/.git/config to be used. test_expect_success \ 'pushing with --force should be denied with denyNonFastforwards' ' cd victim && - git-repo-config receive.denyNonFastforwards true && + git-config receive.denyNonFastforwards true && cd .. && git-update-ref refs/heads/master master^ && git-send-pack --force ./victim/.git/ master &&