aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike Naberezny2014-05-19 21:19:13 -0700
committerAdam Vandenberg2014-05-19 22:43:05 -0700
commit2f87afb6cb37bc9338cd94972f12bf390a950d7a (patch)
tree794338c8f4d44197366a423635cb3cdf1d880ae6 /Library
parentc033be2f99d3d9d3e0ede5be6f4707037ab3667d (diff)
downloadhomebrew-2f87afb6cb37bc9338cd94972f12bf390a950d7a.tar.bz2
avfs: use full path of executable
Closes #29418. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/avfs.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/avfs.rb b/Library/Formula/avfs.rb
index 2b257373c..1504a3321 100644
--- a/Library/Formula/avfs.rb
+++ b/Library/Formula/avfs.rb
@@ -23,7 +23,7 @@ class Avfs < Formula
end
test do
- system "avfsd", "--version"
+ system bin/"avfsd", "--version"
end
end