diff options
| author | Jack Nagel | 2013-03-25 13:34:48 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-03-26 00:02:36 -0500 |
| commit | 481993c420076daaea374458d0fdcd2f99fb999f (patch) | |
| tree | 72698689297f11b3ace1c4cde0f994c58a2d0d70 /Library/Formula/elixir.rb | |
| parent | a483d9100d0c95372f775fae995a5a8611d54c53 (diff) | |
| download | homebrew-481993c420076daaea374458d0fdcd2f99fb999f.tar.bz2 | |
elixir: fix test
Diffstat (limited to 'Library/Formula/elixir.rb')
| -rw-r--r-- | Library/Formula/elixir.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/elixir.rb b/Library/Formula/elixir.rb index cee51cdc8..a2c3ecb0d 100644 --- a/Library/Formula/elixir.rb +++ b/Library/Formula/elixir.rb @@ -38,7 +38,7 @@ class Elixir < Formula end end - def test - system "#{bin}/elixir -v" + test do + system "#{bin}/elixir", "-v" end end |
