X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/42be591878cbd96775528ccc27404cd090c819db..8f98c608b91af5aba17e219b5e929d5ecbd5b3a2:/Makefile.in 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,