Skip to content

Commit e0612a1

Browse files
newrengitster
authored andcommitted
t6043: fix copied test description to match its purpose
Signed-off-by: Elijah Newren <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 8daec1d commit e0612a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/t6043-merge-rename-directories.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3910,7 +3910,7 @@ test_expect_success '12a-check: Moving one directory hierarchy into another' '
39103910
# To which, I can do no more than shrug my shoulders and say that
39113911
# even simple rules give weird results when given weird inputs.
39123912

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' '
39143914
test_create_repo 12b &&
39153915
(
39163916
cd 12b &&
@@ -3940,7 +3940,7 @@ test_expect_success '12b-setup: Moving one directory hierarchy into another' '
39403940
)
39413941
'
39423942

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' '
39443944
(
39453945
cd 12b &&
39463946

0 commit comments

Comments
 (0)