From 3a8ed06004b5d87d77f1832a400a8f98db268e65 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 25 Mar 2013 13:34:48 -0500 Subject: fakeroot: fix test --- Library/Formula/fakeroot.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3