fakeroot: fix test

This commit is contained in:
Jack Nagel 2013-03-25 13:34:48 -05:00
parent b7c6bc6764
commit 45e83f89c4

View file

@ -17,7 +17,7 @@ class Fakeroot < Formula
system "make install"
end
def test
system "#{bin}/fakeroot -v"
test do
system "#{bin}/fakeroot", "-v"
end
end