summaryrefslogtreecommitdiff
path: root/t/t7112-reset-submodule.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-07-07 05:09:18 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-07-07 05:09:18 (GMT)
commitefafdca42162843e90cefdeefd8e6c244cee91f5 (patch)
tree7cdfdc1a5604687c08b0a606af013d616877b028 /t/t7112-reset-submodule.sh
parent0a23331aa6bac1447d7983111d9c3efbea970cb3 (diff)
parent5b0ac09fb17656553d85c7e3fbe0583ba3023e5e (diff)
downloadgit-efafdca42162843e90cefdeefd8e6c244cee91f5.zip
git-efafdca42162843e90cefdeefd8e6c244cee91f5.tar.gz
git-efafdca42162843e90cefdeefd8e6c244cee91f5.tar.bz2
Merge branch 'dl/test-must-fail-fixes-5'
The effort to avoid using test_must_fail on non-git command continues. * dl/test-must-fail-fixes-5: lib-submodule-update: pass 'test_must_fail' as an argument lib-submodule-update: prepend "git" to $command lib-submodule-update: consolidate --recurse-submodules lib-submodule-update: add space after function name
Diffstat (limited to 't/t7112-reset-submodule.sh')
-rwxr-xr-xt/t7112-reset-submodule.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/t7112-reset-submodule.sh b/t/t7112-reset-submodule.sh
index 6734642..19830d9 100755
--- a/t/t7112-reset-submodule.sh
+++ b/t/t7112-reset-submodule.sh
@@ -12,10 +12,10 @@ test_submodule_switch_recursing_with_args "reset --keep"
test_submodule_forced_switch_recursing_with_args "reset --hard"
-test_submodule_switch "git reset --keep"
+test_submodule_switch "reset --keep"
-test_submodule_switch "git reset --merge"
+test_submodule_switch "reset --merge"
-test_submodule_forced_switch "git reset --hard"
+test_submodule_forced_switch "reset --hard"
test_done