From 844810d6099d5c7fc837ea1bad4470cfdd801c66 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Tue, 17 Jun 2008 15:59:47 -0700 Subject: Avoid problems with timestamp rounding that cp -p and touch -r may do. --- testsuite/fuzzy.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/fuzzy.test') 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! -- cgit v1.2.3