Moved some of the variable setup from "make check" into the
authorWayne Davison <wayned@samba.org>
Sat, 7 Oct 2006 14:54:56 +0000 (14:54 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 7 Oct 2006 14:54:56 +0000 (14:54 +0000)
runtest.sh script.

Makefile.in

index 11d1a74..ecbb1b4 100644 (file)
@@ -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