From 5069121732d300e588ae44bac70e790aa63bbfbd Mon Sep 17 00:00:00 2001 From: Samuel John Date: Thu, 6 Jun 2013 16:19:49 +0200 Subject: python: New style --- Library/Formula/python.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index a66deae1d..300c7ecac 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -240,7 +240,7 @@ class Python < Formula 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" -- cgit v1.2.3