From 787868bf3743cb03783921d75a78014e050a654d Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 17 Jul 2013 08:43:44 -0700 Subject: [PATCH] newlisp: style nits, remove interactive test --- Formula/newlisp.rb | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/Formula/newlisp.rb b/Formula/newlisp.rb index b9a96d091a8..2f964486370 100644 --- a/Formula/newlisp.rb +++ b/Formula/newlisp.rb @@ -7,6 +7,10 @@ class Newlisp < Formula depends_on 'readline' + def patches + DATA + end + def install # Required to use our configuration ENV.append_to_cflags "-DNEWCONFIG -c" @@ -22,15 +26,6 @@ class Newlisp < Formula will need to be be pointed to your newlisp executable. EOS end - - def patches - DATA - end - - # Use the IDE to test a complete installation - def test - system "#{bin}/newlisp-edit" - end end __END__