Skip to content

Commit

Permalink
radamsa: use full path of executable
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#29442.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
mnaberez authored and adamv committed May 20, 2014
1 parent 5755983 commit 08d4d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/radamsa.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ def caveats; <<-EOS.undent
end

test do
system "radamsa -V"
system bin/"radamsa", "-V"
end
end

0 comments on commit 08d4d77

Please sign in to comment.