aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorHannu Hartikainen2014-04-02 00:59:43 +0300
committerAdam Vandenberg2014-04-02 08:34:37 -0700
commit56ff82766195c97f0e86e70e4dfe4beb75bfe4c6 (patch)
tree0959e83615073bddb68b4ad0545294b750213f58 /Library
parented14d228ba4445f6d7820e849e83d1a1983ae3d1 (diff)
downloadhomebrew-56ff82766195c97f0e86e70e4dfe4beb75bfe4c6.tar.bz2
fakeroot: test functionality, not version
Closes #28056. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-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