pixie: use full path in test

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jack Nagel 2012-05-05 17:21:18 -05:00
parent 3efc4e0b3e
commit 06a6eba41f

View file

@ -23,6 +23,6 @@ class Pixie < Formula
end
def test
system "rndr -v"
system "#{bin}/rndr -v"
end
end