]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
$RSYNC must be set to absolute path so that it can be passed to --rsync-path
authorMartin Pool <mbp@samba.org>
Wed, 29 Aug 2001 09:11:14 +0000 (09:11 +0000)
committerMartin Pool <mbp@samba.org>
Wed, 29 Aug 2001 09:11:14 +0000 (09:11 +0000)
Makefile.in

index d1db5399ceadd5fa66661a92b1e3f394ddb3d2ee..0f55e20d0158e1c13ee585f1c51c8844ff153bf3 100644 (file)
@@ -107,7 +107,7 @@ test: check
 # might lose in the future where POSIX diverges from old sh.
 
 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
 # check a version installed from a binary or some other source tree,