the ls/stat-free-symlinks test does: strace -qe stat .... on some systems (like parisc/Linux), stat is not a valid system call and so the test just fails.
it could be fixed in a few ways. have test-lib.sh check for stat like it does with unlink. have stat-free-symlinks fall back to stat64() if stat() fails. not sure which you'd want to go. -mike
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
