Browse Source

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>
maint
Tay Ray Chuan 16 years ago committed by Junio C Hamano
parent
commit
eeb3aeddb2
  1. 2
      t/t5540-http-push.sh

2
t/t5540-http-push.sh

@ -116,9 +116,7 @@ test_expect_success 'create and delete remote branch' ' @@ -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
'


Loading…
Cancel
Save