]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t2013-checkout-submodule.sh
Merge branch 'dl/test-must-fail-fixes-5'
[thirdparty/git.git] / t / t2013-checkout-submodule.sh
index 8f86b5f4b298f8297d68030f6ff1e51eb0311bf1..b2bdd1fcb425a14a12df9fe896269e5f9c349434 100755 (executable)
@@ -68,8 +68,8 @@ test_submodule_switch_recursing_with_args "checkout"
 
 test_submodule_forced_switch_recursing_with_args "checkout -f"
 
-test_submodule_switch "git checkout"
+test_submodule_switch "checkout"
 
-test_submodule_forced_switch "git checkout -f"
+test_submodule_forced_switch "checkout -f"
 
 test_done