From 47f43c023bc68f58a1e58501e72276d93876523d Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Wed, 7 May 2008 22:11:17 -0700 Subject: [PATCH 1/1] The test of HAVE_LUTIMES accidentally omitted the 'L'. --- runtests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtests.sh b/runtests.sh index a4d7141b..5e54e177 100755 --- a/runtests.sh +++ b/runtests.sh @@ -155,7 +155,7 @@ RSYNC="$rsync_bin $*" #RSYNC="valgrind $rsync_bin $*" TLS_ARGS='' -if egrep '^#define HAVE_UTIMES 1' "$srcdir/config.h" >/dev/null; then +if egrep '^#define HAVE_LUTIMES 1' "$srcdir/config.h" >/dev/null; then TLS_ARGS="$TLS_ARGS -l" fi if egrep '#undef CHOWN_MODIFIES_SYMLINK' "$srcdir/config.h" >/dev/null; then -- 2.34.1