summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2008-05-07 22:11:17 -0700
committerWayne Davison <wayned@samba.org>2008-05-07 22:11:17 -0700
commit47f43c023bc68f58a1e58501e72276d93876523d (patch)
treed703554456ed46f258ee252e0d4a181fe2f3bbb4
parent5b385336b93019fef963a0141f6cf94107f2ef23 (diff)
downloadrsync-47f43c023bc68f58a1e58501e72276d93876523d.tar.gz
The test of HAVE_LUTIMES accidentally omitted the 'L'.
-rwxr-xr-xruntests.sh2
1 files changed, 1 insertions, 1 deletions
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