You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Mono.Android-Tests] Fix stat(1) arguments on Linux (#801)
macOS uses *BSD command-line tools which often take different parameters
than the Linux ones. This is the case with **stat**(1) which not only expects
different command line parameters but also has different meaning of various
format placeholders (in this case `%z` means "file size in bytes" on macOS
but "file time stamp timezone in human readable format").
This fixes **stat**(1) invocation on Linux.
0 commit comments