aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-12-27 01:19:43 -0500
committerJack Nagel2014-12-27 01:19:43 -0500
commit91ce8b341ed48c9fb8f3892c4b95f7629391cda4 (patch)
tree31b76aee74748efe67d2a16c0bd696a33b393742 /Library/Formula
parent2e263aa83f47cf4c2a68c0da19280e13781d7a8d (diff)
downloadhomebrew-91ce8b341ed48c9fb8f3892c4b95f7629391cda4.tar.bz2
libqalculate: fix test
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libqalculate.rb2
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