From: Wayne Davison Date: Sun, 23 Sep 2007 02:18:57 +0000 (+0000) Subject: Make sure that the dirs we are merging have the same timestamps. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/d0a6cdb62ed2f62373bbbc95894e123b647f54f2 Make sure that the dirs we are merging have the same timestamps. --- diff --git a/testsuite/relative.test b/testsuite/relative.test index 2fa66871..4d578ed1 100644 --- a/testsuite/relative.test +++ b/testsuite/relative.test @@ -18,6 +18,8 @@ fromdir="$tmpdir/from" extrafile="$extradir/./$deepstr/extra.added.value" echo wowza >"$extrafile" +$RSYNC -av --existing --include='*/' --exclude='*' "$fromdir/" "$extradir/" + outfile="$scratchdir/rsync.out" cd "$fromdir"