3 # Test rsync copying atimes
5 .
"$suitedir/rsync.fns"
7 $RSYNC --version |
grep "[, ] atimes" >/dev
/null || test_skipped
"Rsync is configured without atimes support"
12 touch -a -t 200102031717.42 "$fromdir/foo"
16 checkit
"$RSYNC -rtUgvvv \"$fromdir/\" \"$todir/\"" "$fromdir" "$todir"
18 # The script would have aborted on error, so getting here means we've won.