diff options
Diffstat (limited to 'Library/Formula')
| -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 |
