Git 2.23
[gitweb.git] / t / t9902-completion.sh
index 3d1859f303487b143bce13ebad4b91ec2626054f..75512c340366f3034c58effb62c8796d0b1463a8 100755 (executable)
@@ -1484,7 +1484,7 @@ test_expect_success 'git --help completion' '
        test_completion "git --help core" "core-tutorial "
 '
 
-test_expect_failure 'completion.commands removes multiple commands' '
+test_expect_success 'completion.commands removes multiple commands' '
        test_config completion.commands "-cherry -mergetool" &&
        git --list-cmds=list-mainporcelain,list-complete,config >out &&
        ! grep -E "^(cherry|mergetool)$" out
@@ -1706,7 +1706,7 @@ test_expect_success 'sourcing the completion script clears cached commands' '
 '
 
 test_expect_success 'sourcing the completion script clears cached merge strategies' '
-       GIT_TEST_GETTEXT_POISON= &&
+       GIT_TEST_GETTEXT_POISON=false &&
        __git_compute_merge_strategies &&
        verbose test -n "$__git_merge_strategies" &&
        . "$GIT_BUILD_DIR/contrib/completion/git-completion.bash" &&