uchardet: use full path in test

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jack Nagel 2012-05-05 16:45:16 -05:00
parent 0d2da95007
commit 57d0f7aaf4

View file

@ -15,6 +15,6 @@ class Uchardet < Formula
end
def test
system "uchardet", __FILE__
system "#{bin}/uchardet", __FILE__
end
end