t/lib-submodule-update: remove outdated test description
authorPhilippe Blain <redacted>
Mon, 17 Feb 2020 04:53:02 +0000 (04:53 +0000)
committerJunio C Hamano <redacted>
Wed, 19 Feb 2020 23:26:52 +0000 (15:26 -0800)
The commands in the unpack_trees machinery (checkout, reset, read-tree)
were fixed in 218c883783 (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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/lib-submodule-update.sh

index 1dd17fc03e1203ba54bcfc45746033271172ad9c..5f9eb682f6adf4b9ec3e39b87baeba973212c8b7 100755 (executable)
@@ -908,7 +908,6 @@ test_submodule_switch_recursing_with_args () {
                )
        '
 
-       # recursing deeper than one level doesn't work yet.
        test_expect_success "$command: modified submodule updates submodule recursively" '
                prolog &&
                reset_work_tree_to_interested add_nested_sub &&
git clone https://git.99rst.org/PROJECT