aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-05-17 15:21:55 -0700
committerJunio C Hamano <gitster@pobox.com>2012-05-17 15:21:55 -0700
commit8be441ea1fbd6e39952c5c314014162900c2c148 (patch)
tree4d13e7408ca17a61c08ea5ecb28268274485f665 /t
parent9b994b1c4e87008582fa5f57121f73f4fc940054 (diff)
parent6b179adfe93d13c2f993668cd12eec52860486ac (diff)
downloadgit-8be441ea1fbd6e39952c5c314014162900c2c148.tar.gz
git-8be441ea1fbd6e39952c5c314014162900c2c148.tar.xz
Merge branch 'fc/git-complete-helper'
By Felipe Contreras * fc/git-complete-helper: completion: add new __git_complete helper
Diffstat (limited to 't')
-rwxr-xr-xt/t9902-completion.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t9902-completion.sh b/t/t9902-completion.sh
index 5bda6b6e1..0f09fd610 100755
--- a/t/t9902-completion.sh
+++ b/t/t9902-completion.sh
@@ -63,7 +63,7 @@ run_completion ()
local _cword
_words=( $1 )
(( _cword = ${#_words[@]} - 1 ))
- _git && print_comp
+ __git_wrap_git && print_comp
}
test_completion ()