From 4806339138ba6b7e0bae22d1d6ee08ec5115cb9f Mon Sep 17 00:00:00 2001 From: Ted Pennings Date: Sun, 23 Feb 2014 16:31:41 -0500 Subject: Convert all 'def test' formulae to 'test do' Closes #26942. Closes #26946. Signed-off-by: Adam Vandenberg --- Library/Formula/clisp.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula/clisp.rb') diff --git a/Library/Formula/clisp.rb b/Library/Formula/clisp.rb index c38e77217..a95edaf16 100644 --- a/Library/Formula/clisp.rb +++ b/Library/Formula/clisp.rb @@ -53,7 +53,7 @@ class Clisp < Formula end end - def test + test do system "#{bin}/clisp", "--version" end end -- cgit v1.2.3