fakeroot: fix test
This commit is contained in:
parent
b7c6bc6764
commit
45e83f89c4
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue