lbzip2: add test.

master
Mike McQuaid 2013-02-11 23:03:57 -08:00
parent fe67c951c9
commit eb9a7a0e65
1 changed files with 6 additions and 0 deletions

View File

@ -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