aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/maxima.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/maxima.rb')
-rw-r--r--Library/Formula/maxima.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/maxima.rb b/Library/Formula/maxima.rb
index 0dcbea6c6..9cb914006 100644
--- a/Library/Formula/maxima.rb
+++ b/Library/Formula/maxima.rb
@@ -28,7 +28,7 @@ class Maxima < Formula
end
def test
- system "#{bin}/maxima --batch-string='run_testsuite(); quit();'"
+ system "#{bin}/maxima", "--batch-string='run_testsuite(); quit();'"
end
end