From 042dc7360efae7efc883def2792760b7460ef493 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Fri, 15 Apr 2005 17:26:27 +0000 Subject: [PATCH] Make sure that the $chkdir has the same mtime/etc. as the $fromdir. --- testsuite/hardlinks.test | 1 + 1 file changed, 1 insertion(+) diff --git a/testsuite/hardlinks.test b/testsuite/hardlinks.test index f4db3a0d..39e0a170 100644 --- a/testsuite/hardlinks.test +++ b/testsuite/hardlinks.test @@ -38,6 +38,7 @@ rm -rf "$todir" # enabled (this has had a problem twice now, so we need this). mkdir "$chkdir" cp -p "$name1" "$chkdir" +rsync -avvi -f '-! */' "$fromdir/" "$chkdir/" checkit "$RSYNC -aHivv \"$name1\" \"$todir/\"" "$chkdir" "$todir" # The script would have aborted on error, so getting here means we've won. -- 2.34.1