aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/texi2html.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/texi2html.rb')
-rw-r--r--Library/Formula/texi2html.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/texi2html.rb b/Library/Formula/texi2html.rb
index 5c5b533a1..95ac23fcb 100644
--- a/Library/Formula/texi2html.rb
+++ b/Library/Formula/texi2html.rb
@@ -19,7 +19,7 @@ class Texi2html < Formula
system "make install"
end
- def test
+ test do
system "#{bin}/texi2html", "--help"
end
end