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:
1afe6e4
)
test: remote-helper: add missing and
author
Felipe Contreras
<felipe.contreras@gmail.com>
Fri, 10 May 2013 12:08:29 +0000
(07:08 -0500)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 10 May 2013 17:11:37 +0000
(10:11 -0700)
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5801-remote-helpers.sh
patch
|
blob
|
history
diff --git
a/t/t5801-remote-helpers.sh
b/t/t5801-remote-helpers.sh
index
c956abd
..
0b13d10
100755
(executable)
--- a/
t/t5801-remote-helpers.sh
+++ b/
t/t5801-remote-helpers.sh
@@
-160,7
+160,7
@@
test_expect_success 'push update refs' '
git checkout -b update master &&
echo update >>file &&
git commit -a -m update &&
- git push origin update
+ git push origin update
&&
git rev-parse --verify remotes/origin/update >expect &&
git rev-parse --verify testgit/origin/heads/update >actual &&
test_cmp expect actual