The rsync tests are unstable since the directory listing includes the
authoranton <anton@openbsd.org>
Mon, 10 Jul 2023 17:46:29 +0000 (17:46 +0000)
committeranton <anton@openbsd.org>
Mon, 10 Jul 2023 17:46:29 +0000 (17:46 +0000)
commita8f40aaabdece475f767f6597c872fcd117fcf4b
tree226eff29477eea5e19674a77c1b6419d6cf6643e
parent7fa697418919d4b500b94602623834e24256ecb6
The rsync tests are unstable since the directory listing includes the
last modification timestamp. One directory represents the one rsync is
operating on and the other is our reference to compare against. If the
current time managed to tick up to the next minute between creation of
the two directories, the timestamps will differ.

Improving the normalization in the findme helper makes the tests stable.

ok bluhm@ claudio@
regress/usr.bin/rsync/lib.sh