From 26da761e2af2c3e77ab741a492413f2dc0c6b3da Mon Sep 17 00:00:00 2001 From: Samuel John Date: Thu, 6 Jun 2013 16:19:49 +0200 Subject: [PATCH] python: New style --- Formula/python.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/python.rb b/Formula/python.rb index a66deae1df688..300c7ecac3a84 100644 --- a/Formula/python.rb +++ b/Formula/python.rb @@ -240,7 +240,7 @@ def caveats EOS end - def test + test do # Check if sqlite is ok, because we build with --enable-loadable-sqlite-extensions # and it can occur that building sqlite silently fails if OSX's sqlite is used. system "#{bin}/python", "-c", "import sqlite3"