radamsa: use full path of executable

Closes Homebrew/homebrew#29442.

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

View file

@ -26,6 +26,6 @@ class Radamsa < Formula
end
test do
system "radamsa -V"
system bin/"radamsa", "-V"
end
end