avfs: use full path of executable

Closes Homebrew/homebrew#29418.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Mike Naberezny 2014-05-19 21:19:13 -07:00 committed by Adam Vandenberg
parent cb2a9b4ef2
commit c9bab4eeab

View file

@ -23,7 +23,7 @@ class Avfs < Formula
end
test do
system "avfsd", "--version"
system bin/"avfsd", "--version"
end
end