aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/csync.rb
diff options
context:
space:
mode:
authorMike Naberezny2014-05-19 21:04:26 -0700
committerAdam Vandenberg2014-05-19 21:12:14 -0700
commit369a018b35562dafe6a3795b67d7c7acd6634a76 (patch)
treefcb38c8101b2714fdc07b40a2e88b30969fac15d /Library/Formula/csync.rb
parentf1b05fca6c90b2304ee220747ce8b491743936ce (diff)
downloadhomebrew-369a018b35562dafe6a3795b67d7c7acd6634a76.tar.bz2
csync: use full path of executable
Closes #29417. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/csync.rb')
-rw-r--r--Library/Formula/csync.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/csync.rb b/Library/Formula/csync.rb
index f39917e28..b4a4cae36 100644
--- a/Library/Formula/csync.rb
+++ b/Library/Formula/csync.rb
@@ -50,7 +50,7 @@ class Csync < Formula
end
test do
- system "csync", "-V"
+ system bin/"csync", "-V"
end
end