lbzip2: fix test

This commit is contained in:
Jack Nagel 2013-03-25 13:35:19 -05:00
parent 53769f9b9f
commit 5aae7b29a6

View file

@ -13,8 +13,8 @@ class Lbzip2 < Formula
end
test do
system 'touch', 'fish'
system 'lbzip2', 'fish'
system 'lbunzip2', 'fish.bz2'
touch "fish"
system "#{bin}/lbzip2", "fish"
system "#{bin}/lbunzip2", "fish.bz2"
end
end