On 10 Feb 2009, Jim Meyering verbalised: > FWIW, when I run "make check" on a F10 system, the 3 stty* tests > are still skipped. However, when I run them individually, with > your correction, they now _do_ PASS.
Interesting. They're run here (not an F10 system :) ). FWIW I don't think pwd-unreadable-parent should be skipped on Linux either, but on every Linux/glibc system I've run it on it is skipped: REPLACE_GETCWD is set, but so is HAVE_PARTLY_WORKING_GETCWD, and pwd-unreadable-parent won't fail merely because glibc's getcwd fails for enormously deep directories. (I haven't looked into why this is yet.) (But this is a gnulib thing, not a coreutils thing. More later when I've tested it on more systems and proved it's not my own stupidity.) _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
