* [PATCH 1/2] t5400: Fix a couple of typos
@ 2011-05-13 16:43 Johan Herland
0 siblings, 0 replies; only message in thread
From: Johan Herland @ 2011-05-13 16:43 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git
Signed-off-by: Johan Herland <johan@herland.net>
---
t/t5400-send-pack.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/t/t5400-send-pack.sh b/t/t5400-send-pack.sh
index b0b2684..0eace37 100755
--- a/t/t5400-send-pack.sh
+++ b/t/t5400-send-pack.sh
@@ -190,7 +190,7 @@ test_expect_success 'pushing explicit refspecs respects forcing' '
+refs/heads/master:refs/heads/master
) &&
parent_head=$(cd parent && git rev-parse --verify master) &&
- child_head=$(cd parent && git rev-parse --verify master) &&
+ child_head=$(cd child && git rev-parse --verify master) &&
test "$parent_head" = "$child_head"
'
@@ -210,7 +210,7 @@ test_expect_success 'pushing wildcard refspecs respects forcing' '
"+refs/heads/*:refs/heads/*"
) &&
parent_head=$(cd parent && git rev-parse --verify master) &&
- child_head=$(cd parent && git rev-parse --verify master) &&
+ child_head=$(cd child && git rev-parse --verify master) &&
test "$parent_head" = "$child_head"
'
--
1.7.5.1.354.g761178
--
Johan Herland, <johan@herland.net>
www.herland.net
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-05-13 16:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-13 16:43 [PATCH 1/2] t5400: Fix a couple of typos Johan Herland
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).