aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/t1utils.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/t1utils.rb b/Library/Formula/t1utils.rb
index a64b30d6f..010b7364e 100644
--- a/Library/Formula/t1utils.rb
+++ b/Library/Formula/t1utils.rb
@@ -11,7 +11,7 @@ class T1utils < Formula
system "make install"
end
- def test
- system "#{bin}/t1mac --version | head -1"
+ test do
+ system "#{bin}/t1mac", "--version"
end
end