Hi Jim, Jim Meyering wrote: > Here's a patch to skip this test on such systems:
I think that is the best answer. Because the behavior is known and the best that can be done at this time. The skip test patch worked fine for me to skip the test. But it was too low in the test. The shell 'trap' is already set and subsequently fails on the way out. ./inaccessible: no openat support, so skipping this test chmod: cannot access `inaccessible.tmp': No such file or directory PASS: inaccessible ================== All 1 tests passed ================== If those additional lines could be moved up before the trap statement then everything runs clean. Doing so also fixes the cascade issue of the test being reported as PASS instead of SKIP. Moving that up above the trap produces the following for me. ./inaccessible: no openat support, so skipping this test SKIP: inaccessible ====================== All 0 tests passed (1 tests were not run) ====================== That change works for me. If you would apply it I think that will fix things up nicely for systems without openat support. Thanks! Bob _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
