mon: use full path of executable

Closes Homebrew/homebrew#29440.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Mike Naberezny 2014-05-20 15:43:40 -07:00 committed by Adam Vandenberg
parent ef0fa36b7c
commit c2965a6a8c

View file

@ -18,6 +18,6 @@ class Mon < Formula
end
test do
system "mon", "-V"
system bin/"mon", "-V"
end
end