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>
Elijah Newren committed
Apr 5, 2019 at 08:00 UTC
e0612a192a82280132ce2d3893c610b3db54c8ee
1 file changed
+2
-2
t/t6043-merge-rename-directories.sh
+2
-2
@@ -3910,7 +3910,7 @@ test_expect_success '12a-check: Moving one directory hierarchy into another' '
3910
# To which, I can do no more than shrug my shoulders and say that
3911
# even simple rules give weird results when given weird inputs.
3912
3913
-test_expect_success '12b-setup: Moving one directory hierarchy into another' '
3913
+test_expect_success '12b-setup: Moving two directory hierarchies into each other' '
3914
test_create_repo 12b &&
3915
(
3916
cd 12b &&
@@ -3940,7 +3940,7 @@ test_expect_success '12b-setup: Moving one directory hierarchy into another' '
3940
)
3941
'
3942
3943
-test_expect_success '12b-check: Moving one directory hierarchy into another' '
3943
+test_expect_success '12b-check: Moving two directory hierarchies into each other' '
3944
(
3945
cd 12b &&
3946