t/lib-submodule-update.sh: fix test ignoring ignored files in submodules
commit63d963a4706c6a085f6d790d7e589de3e9b369a4
authorStefan Beller <sbeller@google.com>
Fri, 5 Jan 2018 20:03:02 +0000 (5 12:03 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 5 Jan 2018 20:35:35 +0000 (5 12:35 -0800)
treec872a583ad0704b0dcdc977c8da9b6eb67672bb6
parent6419a12397c8ea2017a2540e23c8ea3cc67ce60f
t/lib-submodule-update.sh: fix test ignoring ignored files in submodules

It turns out that the test replacing a submodule with a file with
the submodule containing an ignored file is incorrectly titled,
because the test put the file in place, but never ignored that file.
When having an untracked file Instead of an ignored file in the
submodule, git should refuse to remove the submodule, but that is
a bug in the implementation of recursing into submodules, such that
the test just passed, removing the untracked file.

Fix the test first; in a later patch we'll fix gits behavior,
that will make sure untracked files are not deleted.

Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/lib-submodule-update.sh