t7112: remove mention of KNOWN_FAILURE_SUBMODULE_RECURSIVE_NESTED
authorPhilippe Blain <levraiphilippeblain@gmail.com>
Mon, 17 Feb 2020 04:53:01 +0000 (04:53 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 19 Feb 2020 23:26:42 +0000 (15:26 -0800)
commitbd35645be21fdb0810b7dc01d680ef7bdfa07649
treea440d14cb3b470e2f3aaf944669e10130ec64e0f
parentd0654dc308b0ba76dd8ed7bbb33c8d8f7aacd783
t7112: remove mention of KNOWN_FAILURE_SUBMODULE_RECURSIVE_NESTED

The known failure mode KNOWN_FAILURE_SUBMODULE_RECURSIVE_NESTED was
removed from lib-submodule-update.sh in 218c883783 (submodule: properly
recurse for read-tree and checkout, 2017-05-02) but at that time this
change was not ported over to topic sb/reset-recurse-submodules, such
that when this topic was merged in 5f074ca7e8 (Merge branch
'sb/reset-recurse-submodules', 2017-05-29), t7112-reset-submodules.sh
kept a mention of this removed failure mode.

Remove it now, as it does not mean anything anymore.

Signed-off-by: Philippe Blain <levraiphilippeblain@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7112-reset-submodule.sh