Commit bf10faa9 authored by Wayne Davison's avatar Wayne Davison

Added a "sleep 1" to make certain failures more reproducible.

parent 548ca46f
......@@ -42,6 +42,9 @@ cp -p from1/dir-and-not-dir/inside chk/dir-and-not-dir
cp -p from2/sub1/uno from3/sub1/dos from2/sub1/tres chk/sub1
cp -p from3/sub2/subby chk/sub2
# Make sure that time has moved on.
sleep 1
# Get rid of any directory-time differences
$RSYNC -av --existing -f 'exclude,! */' from1/ from2/
$RSYNC -av --existing -f 'exclude,! */' from2/ from3/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment