hilite: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
555fa573d2
commit
caa5dbe6ad
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue