diff options
Diffstat (limited to 'Library/Formula/txt2man.rb')
| -rw-r--r-- | Library/Formula/txt2man.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/txt2man.rb b/Library/Formula/txt2man.rb index 290410914..49b40413f 100644 --- a/Library/Formula/txt2man.rb +++ b/Library/Formula/txt2man.rb @@ -12,7 +12,7 @@ class Txt2man < Formula bin.install %W[bookman src2man txt2man] end - def test + test do system "#{bin}/txt2man", "-h" system "#{bin}/src2man", "-h" system "#{bin}/bookman", "-h" |
