Make sure that the dirs we are merging have the same timestamps.
authorWayne Davison <wayned@samba.org>
Sun, 23 Sep 2007 02:18:57 +0000 (02:18 +0000)
committerWayne Davison <wayned@samba.org>
Sun, 23 Sep 2007 02:18:57 +0000 (02:18 +0000)
testsuite/relative.test

index 2fa6687..4d578ed 100644 (file)
@@ -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"