Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
i18n: mktree: mark parseopt strings for translation
[gitweb.git]
/
t
/
t9902-completion.sh
diff --git
a/t/t9902-completion.sh
b/t/t9902-completion.sh
index c8f3ec6bec641f744dd926e61909f7c05faf6bfd..92d7eb47c2a412a300a9faca04d41777e0a29b00 100755
(executable)
--- a/
t/t9902-completion.sh
+++ b/
t/t9902-completion.sh
@@
-51,7
+51,7
@@
run_completion ()
local _cword
_words=( $1 )
(( _cword = ${#_words[@]} - 1 ))
- __git_wrap_
git
&& print_comp
+ __git_wrap_
_git_main
&& print_comp
}
test_completion ()