From 91ce8b341ed48c9fb8f3892c4b95f7629391cda4 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 27 Dec 2014 01:19:43 -0500 Subject: libqalculate: fix test --- Library/Formula/libqalculate.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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 -- cgit v1.2.3