Commit a4b4af88 authored by Martin Pool's avatar Martin Pool

$RSYNC must be set to absolute path so that it can be passed to --rsync-path

parent d286ee98
...@@ -107,7 +107,7 @@ test: check ...@@ -107,7 +107,7 @@ test: check
# might lose in the future where POSIX diverges from old sh. # might lose in the future where POSIX diverges from old sh.
check: all check: all
POSIXLY_CORRECT=1 rsync_bin=./rsync srcdir="$(srcdir)" $(srcdir)/runtests.sh POSIXLY_CORRECT=1 rsync_bin=`pwd`/rsync srcdir="$(srcdir)" $(srcdir)/runtests.sh
# This does *not* depend on building or installing: you can use it to # This does *not* depend on building or installing: you can use it to
# check a version installed from a binary or some other source tree, # check a version installed from a binary or some other source tree,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment