diff options
author | Wayne Davison <wayned@samba.org> | 2008-06-17 15:59:47 -0700 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2008-06-17 15:59:47 -0700 |
commit | 844810d6099d5c7fc837ea1bad4470cfdd801c66 (patch) | |
tree | 05faff45b552f5a93425db6f480bdce9b405b750 /testsuite/fuzzy.test | |
parent | 67347196b13941fdf455517855481875ccf21152 (diff) | |
download | rsync-844810d6099d5c7fc837ea1bad4470cfdd801c66.tar.gz rsync-844810d6099d5c7fc837ea1bad4470cfdd801c66.tar.bz2 rsync-844810d6099d5c7fc837ea1bad4470cfdd801c66.zip |
Avoid problems with timestamp rounding that cp -p and touch -r may do.
Diffstat (limited to 'testsuite/fuzzy.test')
-rw-r--r-- | testsuite/fuzzy.test | 2 |
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! |