hilite: use full path in test

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jack Nagel 2012-05-06 00:52:46 -05:00
parent 555fa573d2
commit caa5dbe6ad

View file

@ -12,6 +12,6 @@ class Hilite < Formula
end
def test
`hilite bash -c "echo 'stderr in red' >&2"`
`#{bin}/hilite bash -c "echo 'stderr in red' >&2"`
end
end