uchardet: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
0d2da95007
commit
57d0f7aaf4
1 changed files with 1 additions and 1 deletions
|
@ -15,6 +15,6 @@ class Uchardet < Formula
|
|||
end
|
||||
|
||||
def test
|
||||
system "uchardet", __FILE__
|
||||
system "#{bin}/uchardet", __FILE__
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue