t6043: fix copied test description to match its purpose
Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
8daec1df03
commit
e0612a192a
@ -3910,7 +3910,7 @@ test_expect_success '12a-check: Moving one directory hierarchy into another' '
|
|||||||
# To which, I can do no more than shrug my shoulders and say that
|
# To which, I can do no more than shrug my shoulders and say that
|
||||||
# even simple rules give weird results when given weird inputs.
|
# even simple rules give weird results when given weird inputs.
|
||||||
|
|
||||||
test_expect_success '12b-setup: Moving one directory hierarchy into another' '
|
test_expect_success '12b-setup: Moving two directory hierarchies into each other' '
|
||||||
test_create_repo 12b &&
|
test_create_repo 12b &&
|
||||||
(
|
(
|
||||||
cd 12b &&
|
cd 12b &&
|
||||||
@ -3940,7 +3940,7 @@ test_expect_success '12b-setup: Moving one directory hierarchy into another' '
|
|||||||
)
|
)
|
||||||
'
|
'
|
||||||
|
|
||||||
test_expect_success '12b-check: Moving one directory hierarchy into another' '
|
test_expect_success '12b-check: Moving two directory hierarchies into each other' '
|
||||||
(
|
(
|
||||||
cd 12b &&
|
cd 12b &&
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user