aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTay Ray Chuan <rctay89@gmail.com>2009-10-30 17:47:44 -0700
committerJunio C Hamano <gitster@pobox.com>2009-11-04 17:58:15 -0800
commiteeb3aeddb23746912b6c903a7d90dffdd686708f (patch)
tree2866bb8238face42609adf4d0a471e1ff09618c5
parentb8538603a34b13ccb1a3a096f461b8a35d7ea878 (diff)
downloadgit-eeb3aeddb23746912b6c903a7d90dffdd686708f.tar.gz
git-eeb3aeddb23746912b6c903a7d90dffdd686708f.tar.xz
t5540-http-push: remove redundant fetches
Signed-off-by: Tay Ray Chuan <rctay89@gmail.com> Signed-off-by: Shawn O. Pearce <spearce@spearce.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rwxr-xr-xt/t5540-http-push.sh2
1 files changed, 0 insertions, 2 deletions
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
'