aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/fakeroot.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/fakeroot.rb b/Library/Formula/fakeroot.rb
index b3fb86774..535fdec45 100644
--- a/Library/Formula/fakeroot.rb
+++ b/Library/Formula/fakeroot.rb
@@ -18,6 +18,6 @@ class Fakeroot < Formula
end
test do
- system "#{bin}/fakeroot", "-v"
+ assert_equal `fakeroot whoami`, "root\n"
end
end