diff options
| author | Samuel John | 2013-06-06 16:19:49 +0200 |
|---|---|---|
| committer | Samuel John | 2013-06-07 17:58:55 +0200 |
| commit | 5069121732d300e588ae44bac70e790aa63bbfbd (patch) | |
| tree | 2a16e2cca9c393f9a3b69fa90ed59efed98947ab /Library | |
| parent | 5162abb518ca4a85b14a16bff2690bd5874b8939 (diff) | |
| download | homebrew-5069121732d300e588ae44bac70e790aa63bbfbd.tar.bz2 | |
python: New style
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/python.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
