We are running ls -lh in gcov-execlp.c test in Posix folder.
However -h is not a POSIX option,ls on some POSIX system (eg: AIX)
may not support it.
This patch remove this option to avoid break.
Differential D111807
[NFC][compiler-rt][profile] Remove non-Posix -h option from test jsji on Oct 14 2021, 7:40 AM. Authored by
Details
We are running ls -lh in gcov-execlp.c test in Posix folder. This patch remove this option to avoid break.
Diff Detail
|