From 3e88414e4e01e18eff080fc14f1359e37f5d99fe Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 7 Oct 2006 14:54:56 +0000 Subject: [PATCH] Moved some of the variable setup from "make check" into the runtest.sh script. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 11d1a74f..ecbb1b42 100644 --- a/Makefile.in +++ b/Makefile.in @@ -143,7 +143,7 @@ test: check # might lose in the future where POSIX diverges from old sh. check: all $(CHECK_PROGS) - POSIXLY_CORRECT=1 TOOLDIR=`pwd` rsync_bin=`pwd`/rsync$(EXEEXT) srcdir="$(srcdir)" $(srcdir)/runtests.sh + rsync_bin=`pwd`/rsync$(EXEEXT) $(srcdir)/runtests.sh wildtest.o: wildtest.c lib/wildmatch.c rsync.h wildtest$(EXEEXT): wildtest.o lib/compat.o -- 2.34.1