aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2012-05-06 00:29:45 -0500
committerJack Nagel2012-05-06 01:07:43 -0500
commit3ca0349cca09c86437659cb0d5ee20b2da056548 (patch)
treecb1fd4d060ba17aa4c56420e7fbdfa1110450c30 /Library/Formula
parent401f73015a30289974046b9379469a40a1e52d29 (diff)
downloadhomebrew-3ca0349cca09c86437659cb0d5ee20b2da056548.tar.bz2
bindfs: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
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