From 4cd673eae0473e99133c086f94a8ca5768fd5e1d Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 5 May 2012 17:12:31 -0500 Subject: newlisp: use full path in test Signed-off-by: Jack Nagel --- Library/Formula/newlisp.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3