Merge branch 'master' of https://github.com/ralfth/git-po-de into maint
[gitweb.git] / t / t9902-completion.sh
index 4c86adadf29abc77b4675d16f1676065387b4728..b7f5b1e632fb27a0448239361d6b4207be4b9908 100755 (executable)
@@ -1511,7 +1511,7 @@ test_expect_success 'sourcing the completion script clears cached porcelain comm
        verbose test -z "$__git_porcelain_commands"
 '
 
-test_expect_success 'sourcing the completion script clears cached merge strategies' '
+test_expect_success !GETTEXT_POISON 'sourcing the completion script clears cached merge strategies' '
        __git_compute_merge_strategies &&
        verbose test -n "$__git_merge_strategies" &&
        . "$GIT_BUILD_DIR/contrib/completion/git-completion.bash" &&