My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e293fb
)
t5404: do not assume the "matching" push is the default
author
Junio C Hamano
<gitster@pobox.com>
Sat, 5 Jan 2013 00:04:22 +0000
(16:04 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Sat, 5 Jan 2013 06:28:41 +0000
(22:28 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5404-tracking-branches.sh
patch
|
blob
|
history
diff --git
a/t/t5404-tracking-branches.sh
b/t/t5404-tracking-branches.sh
index
c240035
..
2b8c0ba
100755
(executable)
--- a/
t/t5404-tracking-branches.sh
+++ b/
t/t5404-tracking-branches.sh
@@
-36,7
+36,7
@@
test_expect_success 'prepare pushable branches' '
'
test_expect_success 'mixed-success push returns error' '
- test_must_fail git push
+ test_must_fail git push
origin :
'
test_expect_success 'check tracking branches updated correctly after push' '