diff options
Diffstat (limited to 'Library/Formula/libxml2.rb')
| -rw-r--r-- | Library/Formula/libxml2.rb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Library/Formula/libxml2.rb b/Library/Formula/libxml2.rb index ff762f22e..f78d0a1c0 100644 --- a/Library/Formula/libxml2.rb +++ b/Library/Formula/libxml2.rb @@ -75,11 +75,8 @@ class Libxml2 < Formula end test do - if build.with? 'python' + python do system python, '-c', "import libxml2" - else - puts "No tests because built --without-python." - true end end end |
