projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad33605
)
t5505: add missing &&
author
Jens Lehmann
<Jens.Lehmann@web.de>
Sun, 5 Sep 2010 12:56:11 +0000
(14:56 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 6 Sep 2010 05:10:22 +0000
(22:10 -0700)
Signed-off-by: Jens Lehmann <Jens.Lehmann@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5505-remote.sh
patch
|
blob
|
history
diff --git
a/t/t5505-remote.sh
b/t/t5505-remote.sh
index 936fe0a1a635bc8a553962f13bff32e873c358cd..4b6befe7237c23c0f335c222bfc33810d5be2717 100755
(executable)
--- a/
t/t5505-remote.sh
+++ b/
t/t5505-remote.sh
@@
-371,7
+371,7
@@
test_expect_success 'update --prune' '
git branch -m side2 side3) &&
(cd test &&
git remote update --prune &&
- (cd ../one && git branch -m side3 side2)
+ (cd ../one && git branch -m side3 side2)
&&
git rev-parse refs/remotes/origin/side3 &&
test_must_fail git rev-parse refs/remotes/origin/side2)
'