diff options
| author | Jack Nagel | 2012-05-06 00:55:09 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-05-06 01:07:46 -0500 |
| commit | 6035142737bd291950ca6ee45b11c6dd6087c190 (patch) | |
| tree | f255fe7842eef6b5a8517eb726d9d62247714eb2 /Library/Formula/maxima.rb | |
| parent | ff8f25cb00a5dfe6f9fd3e03bb4990f7a770e328 (diff) | |
| download | homebrew-6035142737bd291950ca6ee45b11c6dd6087c190.tar.bz2 | |
maxima: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/maxima.rb')
| -rw-r--r-- | Library/Formula/maxima.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/maxima.rb b/Library/Formula/maxima.rb index db8a4095b..0dcbea6c6 100644 --- a/Library/Formula/maxima.rb +++ b/Library/Formula/maxima.rb @@ -28,7 +28,7 @@ class Maxima < Formula end def test - system "maxima --batch-string='run_testsuite(); quit();'" + system "#{bin}/maxima --batch-string='run_testsuite(); quit();'" end end |
