diff options
Diffstat (limited to 'Library/Formula/irrtoolset.rb')
| -rw-r--r-- | Library/Formula/irrtoolset.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/irrtoolset.rb b/Library/Formula/irrtoolset.rb index 6b8e74cdc..5ded6cd89 100644 --- a/Library/Formula/irrtoolset.rb +++ b/Library/Formula/irrtoolset.rb @@ -25,7 +25,7 @@ class Irrtoolset < Formula system "make install" end - def test + test do system "#{bin}/peval", "ANY" end end |
