Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
remote-hg: add missing &&s in the test
author
Felipe Contreras
<felipe.contreras@gmail.com>
Wed, 28 Aug 2013 19:23:09 +0000
(14:23 -0500)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 29 Aug 2013 18:40:54 +0000
(11:40 -0700)
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/remote-helpers/test-hg.sh
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
0fdc9b0
)
diff --git
a/contrib/remote-helpers/test-hg.sh
b/contrib/remote-helpers/test-hg.sh
index cbf86170d5d5cd50b5db93ac6260192873800566..94b0bba82579883a89de24aa25e78ef5be1f0bf7 100755
(executable)
--- a/
contrib/remote-helpers/test-hg.sh
+++ b/
contrib/remote-helpers/test-hg.sh
@@
-577,7
+577,7
@@
test_expect_success 'remote big push fetch first' '
echo five > content &&
git commit -q -a -m five &&
- check_push 1 --all <<-EOF
+ check_push 1 --all <<-EOF
&&
master
good_bmark
bad_bmark:fetch-first
@@
-633,7
+633,7
@@
test_expect_failure 'remote big push dry-run' '
(
cd gitrepo &&
- check_push
0 --dry-run --all <<-EOF
+ check_push
1 --dry-run --all <<-EOF &&
master
good_bmark
branches/good_branch