csync: use full path of executable
Closes Homebrew/homebrew#29417. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
4672ad819a
commit
e6d3076881
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class Csync < Formula
|
|||
end
|
||||
|
||||
test do
|
||||
system "csync", "-V"
|
||||
system bin/"csync", "-V"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue