add test to completion

This commit is contained in:
Adam Vandenberg 2010-10-07 20:27:12 -07:00
parent 3a4fa6aa57
commit d501b256e5

View File

@ -35,7 +35,7 @@ _brew_to_completion()
return return
;; ;;
# Commands that take an existing brew # Commands that take an existing brew
abv|cleanup|link|list|ln|ls|remove|rm|uninstall|unlink) abv|cleanup|link|list|ln|ls|remove|rm|test|uninstall|unlink)
COMPREPLY=( $(compgen -W "$(\ls $(brew --cellar))" -- ${cur}) ) COMPREPLY=( $(compgen -W "$(\ls $(brew --cellar))" -- ${cur}) )
return return
;; ;;