diff options
| author | Mike McQuaid | 2013-02-11 23:03:57 -0800 | 
|---|---|---|
| committer | Mike McQuaid | 2013-02-11 23:05:20 -0800 | 
| commit | f339608327f91523442320be3b268747da19bb39 (patch) | |
| tree | 3248c3806caa415a10f9da45233f5afcb2f94581 | |
| parent | b92706aac2b04a14a0fea0235f37aa0b16abda4c (diff) | |
| download | homebrew-f339608327f91523442320be3b268747da19bb39.tar.bz2 | |
lbzip2: add test.
| -rw-r--r-- | Library/Formula/lbzip2.rb | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/Library/Formula/lbzip2.rb b/Library/Formula/lbzip2.rb index a75ee6013..4fe2861a8 100644 --- a/Library/Formula/lbzip2.rb +++ b/Library/Formula/lbzip2.rb @@ -11,4 +11,10 @@ class Lbzip2 < Formula      system "make install"    end + +  test do +    system 'touch', 'fish' +    system 'lbzip2', 'fish' +    system 'lbunzip2', 'fish.bz2' +  end  end | 
