On Sun, Mar 22, 2020 at 07:37:03AM +0700, Danh Doan wrote: > > sync_mtime () { > > - find . -type d -ls >/dev/null > > + find . -type d >/dev/null > > } > > > > avoid_racy() { > > > > lets t7063 consistently pass on FreeBSD. > > I've tried myself with a FreeBSD VM which stays on top of an HDD, > t7063 consistently pass for 1000 run. > > I guess it should be fine > > I'll resend with this while waiting for Ed's response. Thanks, that's good enough for me. I just didn't want us committing something without _somebody_ trying it on FreeBSD (and I was too lazy to install a VM myself). -Peff