]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
- Added a sleep to make sure that the preservation of the mtime on
authorWayne Davison <wayned@samba.org>
Thu, 28 Dec 2006 07:54:47 +0000 (07:54 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 28 Dec 2006 07:54:47 +0000 (07:54 +0000)
  implied directories is working.

testsuite/relative.test

index 8535311021a6e4c7686a0877fc49aa98b165ac7e..38a8056d6ee36b0e4a3d489b7e6609b572202eb9 100644 (file)
@@ -19,7 +19,7 @@ cd "$fromdir"
 
 # Main script starts here
 
-echo "$fromdir"
+sleep 1
 runtest "basic relative" 'checkit "$RSYNC -avR ./$deepstr \"$todir\"" "$fromdir/" "$todir"'
 
 ln "$deepdir/filelist" "$deepdir/dir"