Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'nd/parseopt-completion' into next
author
Junio C Hamano
<gitster@pobox.com>
Fri, 23 Mar 2018 18:34:40 +0000
(11:34 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 23 Mar 2018 18:34:41 +0000
(11:34 -0700)
Hotfix for recently graduated topic that give help to completion
scripts from the Git subcommands that are being completed
* nd/parseopt-completion:
t9902: disable test on the list of merge-strategies under GETTEXT_POISON
t/t9902-completion.sh
patch
|
blob
|
history
raw
(from parent 1:
4a561d2
)
diff --git
a/t/t9902-completion.sh
b/t/t9902-completion.sh
index 4c86adadf29abc77b4675d16f1676065387b4728..b7f5b1e632fb27a0448239361d6b4207be4b9908 100755
(executable)
--- a/
t/t9902-completion.sh
+++ b/
t/t9902-completion.sh
@@
-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" &&