X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=t%2Ft5400-send-pack.sh;h=59ce77b6b42eceaf953e955b79723753deb10033;hb=7f88c8463caa14ca397048f8e576e348ce73203a;hp=fb8320d755ab38ca7b3f1d7965ceeeb336b12e65;hpb=215a7ad1ef790467a4cd3f0dcffbd6e5f04c38f7;p=git.git diff --git a/t/t5400-send-pack.sh b/t/t5400-send-pack.sh index fb8320d7..59ce77b6 100755 --- a/t/t5400-send-pack.sh +++ b/t/t5400-send-pack.sh @@ -21,9 +21,9 @@ test_expect_success setup ' parent=$commit || return 1 done && echo "$commit" >.git/HEAD && - git-clone.sh -l ./. victim && + git-clone -l ./. victim && cd victim && - git-log.sh && + git-log && cd .. && echo $zero >.git/HEAD && parent=$zero && @@ -35,7 +35,7 @@ test_expect_success setup ' done && echo "$commit" >.git/HEAD && echo Rebase && - git-log.sh' + git-log' test_expect_success \ 'pushing rewound head should not barf but require --force' '