Tests that use hands_setup to make a test file directory and right
[rsync/rsync.git] / testsuite / rsync.fns
index 42b7b7e..0dab773 100644 (file)
@@ -99,6 +99,10 @@ hands_setup() {
 
 #      echo testing head:
 #      ls -lR ${srcdir} | head -10 || echo failed
+
+    # sleep here to prevent a copy from being made within the
+    #  default --modify-window time on Cygwin
+    sleep 2
 }