Update Bash completion tests

This commit is contained in:
Maxim Belkin 2023-02-23 18:50:19 -07:00 committed by Maxim Belkin
parent d3da5a340d
commit 5382774848

View File

@ -262,7 +262,7 @@ describe Homebrew::Completions do
" "
return return
;; ;;
*) *) ;;
esac esac
__brew_complete_formulae __brew_complete_formulae
} }
@ -287,7 +287,7 @@ describe Homebrew::Completions do
" "
return return
;; ;;
*) *) ;;
esac esac
} }
COMPLETION COMPLETION