git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] t5505: add missing &&
@ 2010-09-05 12:56 Jens Lehmann
  0 siblings, 0 replies; only message in thread
From: Jens Lehmann @ 2010-09-05 12:56 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: bgustavsson, Git Mailing List

Signed-off-by: Jens Lehmann <Jens.Lehmann@web.de>
---

I stumbled over this one by accident.


 t/t5505-remote.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/t/t5505-remote.sh b/t/t5505-remote.sh
index 4c498b1..5d1c66e 100755
--- a/t/t5505-remote.sh
+++ b/t/t5505-remote.sh
@@ -435,7 +435,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)
 '
-- 
1.7.2.3.569.gb58be.dirty

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-09-05 12:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-05 12:56 [PATCH] t5505: add missing && Jens Lehmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).