mon: use full path of executable
Closes Homebrew/homebrew#29440. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
ef0fa36b7c
commit
c2965a6a8c
1 changed files with 1 additions and 1 deletions
|
@ -18,6 +18,6 @@ class Mon < Formula
|
|||
end
|
||||
|
||||
test do
|
||||
system "mon", "-V"
|
||||
system bin/"mon", "-V"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue