diff options
author | Tay Ray Chuan <rctay89@gmail.com> | 2009-10-30 17:47:44 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-11-04 17:58:15 -0800 |
commit | eeb3aeddb23746912b6c903a7d90dffdd686708f (patch) | |
tree | 2866bb8238face42609adf4d0a471e1ff09618c5 /t | |
parent | b8538603a34b13ccb1a3a096f461b8a35d7ea878 (diff) | |
download | git-eeb3aeddb23746912b6c903a7d90dffdd686708f.tar.gz |
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>
Diffstat (limited to 't')
-rwxr-xr-x | t/t5540-http-push.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/t/t5540-http-push.sh b/t/t5540-http-push.sh index 2ece6612e1..28a746e5b9 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 ' |