pyenv-ccache: fix audit warning

This commit is contained in:
Andrea Kao 2016-04-06 04:43:47 -07:00 committed by Mike McQuaid
parent a03d92771c
commit fdd676a997

View file

@ -15,6 +15,6 @@ class PyenvCcache < Formula
end
test do
assert shell_output("eval \"$(pyenv init -)\" && pyenv hooks install").include?("ccache.bash")
assert_match(/ccache.bash/, shell_output("eval \"$(pyenv init -)\" && pyenv hooks install && ls"))
end
end