ola: use full path of executable

Closes Homebrew/homebrew#29441.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Mike Naberezny 2014-05-20 15:47:04 -07:00 committed by Adam Vandenberg
parent 08d4d779a8
commit ef0fa36b7c
1 changed files with 1 additions and 1 deletions

View File

@ -39,6 +39,6 @@ class Ola < Formula
end
test do
system "ola_plugin_info"
system bin/"ola_plugin_info"
end
end