aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/bindfs.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/bindfs.rb b/Library/Formula/bindfs.rb
index 023767c3c..dd170bcc8 100644
--- a/Library/Formula/bindfs.rb
+++ b/Library/Formula/bindfs.rb
@@ -14,6 +14,6 @@ class Bindfs < Formula
end
def test
- system "bindfs -V"
+ system "#{bin}/bindfs -V"
end
end