diff options
| author | Ted Pennings | 2014-02-23 16:31:41 -0500 | 
|---|---|---|
| committer | Adam Vandenberg | 2014-02-24 19:54:02 -0800 | 
| commit | 4806339138ba6b7e0bae22d1d6ee08ec5115cb9f (patch) | |
| tree | be71e61a41bfb70d212ebf74e25b00eade57324c /Library/Formula/djvu2pdf.rb | |
| parent | fd7e7a9588b5ebb8bea33421922859cc0ca791be (diff) | |
| download | homebrew-4806339138ba6b7e0bae22d1d6ee08ec5115cb9f.tar.bz2 | |
Convert all 'def test' formulae to 'test do'
Closes #26942.
Closes #26946.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/djvu2pdf.rb')
| -rw-r--r-- | Library/Formula/djvu2pdf.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/djvu2pdf.rb b/Library/Formula/djvu2pdf.rb index a0150815e..77b88c3d6 100644 --- a/Library/Formula/djvu2pdf.rb +++ b/Library/Formula/djvu2pdf.rb @@ -13,7 +13,7 @@ class Djvu2pdf < Formula      man1.install 'djvu2pdf.1.gz'    end -  def test +  test do      system "#{bin}/djvu2pdf", "-h"    end  end  | 
