aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/fakeroot.rb
diff options
context:
space:
mode:
authorJack Nagel2013-03-25 13:34:48 -0500
committerJack Nagel2013-03-26 00:02:36 -0500
commit3a8ed06004b5d87d77f1832a400a8f98db268e65 (patch)
treef3e209dc8ce1719598af49103436a6fdd0414fc7 /Library/Formula/fakeroot.rb
parent481993c420076daaea374458d0fdcd2f99fb999f (diff)
downloadhomebrew-3a8ed06004b5d87d77f1832a400a8f98db268e65.tar.bz2
fakeroot: fix test
Diffstat (limited to 'Library/Formula/fakeroot.rb')
-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