diff options
Diffstat (limited to 'Library')
| -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  | 
