Update Bash completion tests
This commit is contained in:
parent
d3da5a340d
commit
5382774848
@ -262,7 +262,7 @@ describe Homebrew::Completions do
|
||||
"
|
||||
return
|
||||
;;
|
||||
*)
|
||||
*) ;;
|
||||
esac
|
||||
__brew_complete_formulae
|
||||
}
|
||||
@ -287,7 +287,7 @@ describe Homebrew::Completions do
|
||||
"
|
||||
return
|
||||
;;
|
||||
*)
|
||||
*) ;;
|
||||
esac
|
||||
}
|
||||
COMPLETION
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user