From a4b4af889bde3f92f151b870db05416d3ceb4ab9 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Wed, 29 Aug 2001 09:11:14 +0000 Subject: [PATCH] $RSYNC must be set to absolute path so that it can be passed to --rsync-path --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index d1db5399..0f55e20d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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, -- 2.34.1