submodule--helper tests: add missing "display path" coverage
commit8fc36c39d9f68f5c556f9d8a2713116824a83dd7
authorGlen Choo <chooglen@google.com>
Fri, 1 Jul 2022 02:11:51 +0000 (30 19:11 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 1 Jul 2022 05:41:45 +0000 (30 22:41 -0700)
treeb785f83e3048d5838dd76e66740828aa004317c6
parentc9e221b124f1cd0b426d9c184a88dd405f70e5ab
submodule--helper tests: add missing "display path" coverage

There are two locations in prepare_to_clone_next_submodule() that
manually calculate the submodule display path. As discussed in the
next commit the "Skipping" output isn't exactly what we want, but
let's test how we behave now, before changing the existing behavior.

Signed-off-by: Glen Choo <chooglen@google.com>
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7406-submodule-update.sh