aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2012-05-05 17:12:31 -0500
committerJack Nagel2012-05-05 17:12:31 -0500
commit4cd673eae0473e99133c086f94a8ca5768fd5e1d (patch)
tree0b79056d2ec17a1e4e3fd864cc0d82536c7a9e36 /Library
parent589ee35da63e22fdf19ab7648bd321e7566e8d21 (diff)
downloadhomebrew-4cd673eae0473e99133c086f94a8ca5768fd5e1d.tar.bz2
newlisp: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/newlisp.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/newlisp.rb b/Library/Formula/newlisp.rb
index 733ba480f..480846aeb 100644
--- a/Library/Formula/newlisp.rb
+++ b/Library/Formula/newlisp.rb
@@ -28,6 +28,6 @@ class Newlisp < Formula
# Use the IDE to test a complete installation
def test
- system "newlisp-edit"
+ system "#{bin}/newlisp-edit"
end
end