aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/fakeroot.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/fakeroot.rb b/Library/Formula/fakeroot.rb
index 120f1d417..9ca0bcd8a 100644
--- a/Library/Formula/fakeroot.rb
+++ b/Library/Formula/fakeroot.rb
@@ -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