about summary refs log tree commit diff
path: root/third_party/git/t/t2013-checkout-submodule.sh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/t2013-checkout-submodule.sh')
-rwxr-xr-xthird_party/git/t/t2013-checkout-submodule.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/git/t/t2013-checkout-submodule.sh b/third_party/git/t/t2013-checkout-submodule.sh
index 8f86b5f4b2..b2bdd1fcb4 100755
--- a/third_party/git/t/t2013-checkout-submodule.sh
+++ b/third_party/git/t/t2013-checkout-submodule.sh
@@ -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