pyenv-ccache: fix audit warning
This commit is contained in:
parent
a03d92771c
commit
fdd676a997
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue