From 9a338344dafdb9342204125c615a7742b859c74d Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 12 Feb 2005 21:22:21 +0000 Subject: [PATCH] Forgot to make sure that the dir-times on the chkdir got synced in the newest test case. --- testsuite/exclude.test | 1 + 1 file changed, 1 insertion(+) diff --git a/testsuite/exclude.test b/testsuite/exclude.test index e64f9500..cd462dd3 100644 --- a/testsuite/exclude.test +++ b/testsuite/exclude.test @@ -190,6 +190,7 @@ $RSYNC -av --del "$fromdir/" "$chkdir/" rm "$chkdir/bar/down/to/foo/file1.bak" rm "$chkdir/bar/down/to/foo/file3" rm "$chkdir/bar/down/to/foo/+ file3" +$RSYNC -av --existing --filter='-! */' "$fromdir/" "$chkdir/" $RSYNC -av --delete-excluded --exclude='*' "$fromdir/" "$todir/" checkit "$RSYNC -avv -f dir-merge,-_.excl \ -- 2.34.1