On 29/08/17 10:12, Assaf Gordon wrote:
> 4.
> On FreeBSD 11p1, "tests/misc/stat-birthtime.sh" fails. A snippet:
> ===
> + touch a
> + stat --format %W a
> + test x1504024567 '=' x1504024567
> + stat --format %X a
> + test x1504024567 '!=' x1504024569
> + stat --format %Y a
> + test x1504024567 '!=' x1504024569
> + stat --format %Z a
> + test x1504024567 '!=' x1504024567
> + time_fail=1
> + expr 5 + 1
> + attempt=6
> + expr 16 '*' 2
> + num_sleeps=32
> + test 6 -le 5
> + test 1 '=' 0
> + fail=1
> ===

Weird. So ctime is not updated even though mtime was?
That looks like a FreeBSD issue discrepancy.
I'm not going to look into that immediately though

Reply via email to