diff options
| author | Jack Nagel | 2013-03-25 13:34:44 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-03-26 00:02:34 -0500 |
| commit | 463cfe06139b54dae85e393de7fb12bcf2aad80c (patch) | |
| tree | 496a33035cdb8a984536b557e8788ba2493d9da7 /Library | |
| parent | 0c1cfbe65da1a19aa5fe6d0a6539fe007536c874 (diff) | |
| download | homebrew-463cfe06139b54dae85e393de7fb12bcf2aad80c.tar.bz2 | |
asymptote: fix test
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/asymptote.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/asymptote.rb b/Library/Formula/asymptote.rb index 9cdf147f7..fe59988fd 100644 --- a/Library/Formula/asymptote.rb +++ b/Library/Formula/asymptote.rb @@ -48,8 +48,6 @@ class Asymptote < Formula system "pdflatex asy_test" system "asy asy_test-1.asy" system "pdflatex asy_test" - - return (not $? == 0) end def caveats; <<-EOS.undent |
