t5400: Fix a couple of typos
Signed-off-by: Johan Herland <johan@herland.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
4c007ae835
commit
ebe8621fd7
@ -190,7 +190,7 @@ test_expect_success 'pushing explicit refspecs respects forcing' '
|
|||||||
+refs/heads/master:refs/heads/master
|
+refs/heads/master:refs/heads/master
|
||||||
) &&
|
) &&
|
||||||
parent_head=$(cd parent && git rev-parse --verify 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"
|
test "$parent_head" = "$child_head"
|
||||||
'
|
'
|
||||||
|
|
||||||
@ -210,7 +210,7 @@ test_expect_success 'pushing wildcard refspecs respects forcing' '
|
|||||||
"+refs/heads/*:refs/heads/*"
|
"+refs/heads/*:refs/heads/*"
|
||||||
) &&
|
) &&
|
||||||
parent_head=$(cd parent && git rev-parse --verify 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"
|
test "$parent_head" = "$child_head"
|
||||||
'
|
'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user