From: Tay Ray Chuan Date: Sat, 31 Oct 2009 00:47:44 +0000 (-0700) Subject: t5540-http-push: remove redundant fetches X-Git-Tag: v1.6.6-rc0~22^2~12 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=eeb3aeddb23746912b6c903a7d90dffdd686708f;p=git.git t5540-http-push: remove redundant fetches Signed-off-by: Tay Ray Chuan Signed-off-by: Shawn O. Pearce Signed-off-by: Junio C Hamano --- diff --git a/t/t5540-http-push.sh b/t/t5540-http-push.sh index 2ece6612e..28a746e5b 100755 --- a/t/t5540-http-push.sh +++ b/t/t5540-http-push.sh @@ -116,9 +116,7 @@ test_expect_success 'create and delete remote branch' ' test_tick && git commit -m dev && git push origin dev && - git fetch && git push origin :dev && - git fetch && test_must_fail git show-ref --verify refs/remotes/origin/dev '