t4015: check "negative" case for "-w --color-moved"
[gitweb.git] / t / t2013-checkout-submodule.sh
index 6847f7582234d656563f867976a64142a3a01621..6ef15738e44ed8ad82960c042b3212fce266ec93 100755 (executable)
@@ -63,6 +63,11 @@ test_expect_success '"checkout <submodule>" honors submodule.*.ignore from .git/
        ! test -s actual
 '
 
+KNOWN_FAILURE_DIRECTORY_SUBMODULE_CONFLICTS=1
+test_submodule_switch_recursing_with_args "checkout"
+
+test_submodule_forced_switch_recursing_with_args "checkout -f"
+
 test_submodule_switch "git checkout"
 
 test_submodule_forced_switch "git checkout -f"