csync: use full path of executable

Closes Homebrew/homebrew#29417.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Mike Naberezny 2014-05-19 21:04:26 -07:00 committed by Adam Vandenberg
parent 4672ad819a
commit e6d3076881

View file

@ -50,7 +50,7 @@ class Csync < Formula
end
test do
system "csync", "-V"
system bin/"csync", "-V"
end
end