Merge branch 'fc/git-complete-helper' into fc/git-prompt-script
[gitweb.git] / t / t9902-completion.sh
index a0ea9463277892505387b929ee42179f0906f2e8..c8f3ec6bec641f744dd926e61909f7c05faf6bfd 100755 (executable)
@@ -51,7 +51,7 @@ run_completion ()
        local _cword
        _words=( $1 )
        (( _cword = ${#_words[@]} - 1 ))
-       _git && print_comp
+       __git_wrap_git && print_comp
 }
 
 test_completion ()