diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libqalculate.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libqalculate.rb b/Library/Formula/libqalculate.rb index 1bcd7397c..70a76fab3 100644 --- a/Library/Formula/libqalculate.rb +++ b/Library/Formula/libqalculate.rb @@ -28,7 +28,7 @@ class Libqalculate < Formula end test do - system "#{bin}/qalc", "(2+2)/4 hours to minutes" + system "#{bin}/qalc", "-nocurrencies", "(2+2)/4 hours to minutes" end end |
