From caa5dbe6ad11ed47d9f0c2e778e1a915629a1e14 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 6 May 2012 00:52:46 -0500 Subject: [PATCH] hilite: use full path in test Signed-off-by: Jack Nagel --- Formula/hilite.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/hilite.rb b/Formula/hilite.rb index 7efbc99c1c..0d4098f189 100644 --- a/Formula/hilite.rb +++ b/Formula/hilite.rb @@ -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