Skip to content

Commit d5779b6

Browse files
phil-blaingitster
authored andcommitted
t/lib-submodule-update: remove outdated test description
The commands in the unpack_trees machinery (checkout, reset, read-tree) were fixed in 218c883 (submodule: properly recurse for read-tree and checkout, 2017-05-02) to correctly update nested submodules when called with the `--recurse-submodules` flag. However, a comment in t/lib-submodule-update.sh mentions that this use case still doesn't work. Remove this outdated comment. Signed-off-by: Philippe Blain <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent bd35645 commit d5779b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

t/lib-submodule-update.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,6 @@ test_submodule_switch_recursing_with_args () {
908908
)
909909
'
910910

911-
# recursing deeper than one level doesn't work yet.
912911
test_expect_success "$command: modified submodule updates submodule recursively" '
913912
prolog &&
914913
reset_work_tree_to_interested add_nested_sub &&

0 commit comments

Comments
 (0)