diff options
author | Peter Kaestle <peter.kaestle@nokia.com> | 2020-01-24 11:34:03 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-01-27 10:13:32 -0800 |
commit | ace912bfb8e0cf85e29cc2d81fd847a96637be36 (patch) | |
tree | f03a53a96b9997690a1eca78fc19a730136e9b90 /t/t3421-rebase-topology-linear.sh | |
parent | Git 2.23.1 (diff) | |
download | tgif-ace912bfb8e0cf85e29cc2d81fd847a96637be36.tar.xz |
t7400: add a testcase for submodule status on empty dirs
We have test coverage for "git submodule status" output in
various cases, i.e.
1) not-init, not-cloned: status should initially be "missing"
2) init, not-cloned: status should be "missing"
3) not-init, cloned:
4) init, cloned: status should be "up-to-date" after update
4.1) + modified: status should be "modified" after submodule commit
4.2) + modified, committed: status should be "up-to-date" after update
but the cases 2) and 3) are not covered.
Test that submodule status reports initialized but not cloned
submodules as missing to fill the gap in test coverage; this covers
case (2) above, but case (3) remains uncovered.
Signed-off-by: Peter Kaestle <peter.kaestle@nokia.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t3421-rebase-topology-linear.sh')
0 files changed, 0 insertions, 0 deletions