aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-03-26 10:49:03 -0500
committerJack Nagel2013-03-26 12:58:44 -0500
commitddc3a5635f3d92dd7b024bb1fdcc21f7d47d7161 (patch)
tree92912335527672fe3a4159e4706f6d2dd2d22c7d /Library
parentf1b3d2597b0fb40a3d781157ef65c3fbd2f64d02 (diff)
downloadhomebrew-ddc3a5635f3d92dd7b024bb1fdcc21f7d47d7161.tar.bz2
t1utils: fix test
Diffstat (limited to 'Library')
-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