avfs: use full path of executable
Closes Homebrew/homebrew#29418. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
cb2a9b4ef2
commit
c9bab4eeab
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class Avfs < Formula
|
|||
end
|
||||
|
||||
test do
|
||||
system "avfsd", "--version"
|
||||
system bin/"avfsd", "--version"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue