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