Skip to content

Commit ebe8621

Browse files
jherlandgitster
authored andcommitted
t5400: Fix a couple of typos
Signed-off-by: Johan Herland <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4c007ae commit ebe8621

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/t5400-send-pack.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ test_expect_success 'pushing explicit refspecs respects forcing' '
190190
+refs/heads/master:refs/heads/master
191191
) &&
192192
parent_head=$(cd parent && git rev-parse --verify master) &&
193-
child_head=$(cd parent && git rev-parse --verify master) &&
193+
child_head=$(cd child && git rev-parse --verify master) &&
194194
test "$parent_head" = "$child_head"
195195
'
196196

@@ -210,7 +210,7 @@ test_expect_success 'pushing wildcard refspecs respects forcing' '
210210
"+refs/heads/*:refs/heads/*"
211211
) &&
212212
parent_head=$(cd parent && git rev-parse --verify master) &&
213-
child_head=$(cd parent && git rev-parse --verify master) &&
213+
child_head=$(cd child && git rev-parse --verify master) &&
214214
test "$parent_head" = "$child_head"
215215
'
216216

0 commit comments

Comments
 (0)