summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ad33605)
raw | patch | inline | side by side (parent: ad33605)
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>
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
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)
'