Imported Upstream version 2.28.0
[platform/upstream/git.git] / t / t2013-checkout-submodule.sh
index 8f86b5f..b2bdd1f 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