summaryrefslogtreecommitdiff
path: root/testsuite/fuzzy.test
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2008-06-17 15:59:47 -0700
committerWayne Davison <wayned@samba.org>2008-06-17 15:59:47 -0700
commit844810d6099d5c7fc837ea1bad4470cfdd801c66 (patch)
tree05faff45b552f5a93425db6f480bdce9b405b750 /testsuite/fuzzy.test
parent67347196b13941fdf455517855481875ccf21152 (diff)
downloadrsync-844810d6099d5c7fc837ea1bad4470cfdd801c66.tar.gz
Avoid problems with timestamp rounding that cp -p and touch -r may do.
Diffstat (limited to 'testsuite/fuzzy.test')
-rw-r--r--testsuite/fuzzy.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/fuzzy.test b/testsuite/fuzzy.test
index 0041629f..1abfab52 100644
--- a/testsuite/fuzzy.test
+++ b/testsuite/fuzzy.test
@@ -13,7 +13,7 @@ mkdir "$fromdir"
mkdir "$todir"
cp -p "$srcdir"/rsync.c "$fromdir"/rsync.c
-cp -p "$fromdir"/rsync.c "$todir"/rsync2.c
+cp_touch "$fromdir"/rsync.c "$todir"/rsync2.c
sleep 1
# Let's do it!