Commit 90d0a8db authored by Martin Pool's avatar Martin Pool

This test must specify --times because it compares listings that

include mtimes.
parent 956ff9ff
......@@ -27,8 +27,9 @@ do
date > "$name"
chgrp "$g" "$name" || fail "Can't chgrp"
done
sleep 2
checkit "rsync -rgvvv \"$fromdir/\" \"$todir/\"" "$fromdir" "$todir"
checkit "rsync -rtgvvv \"$fromdir/\" \"$todir/\"" "$fromdir" "$todir"
exit 0
# last [] may have failed but if we get here then we've won
......
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