Collin Funk wrote: > > I thought it would be unproblematic since we check for read errors using > > the current working directory in tests/misc/misc/read-errors.sh. > > Oh, that file has this check that I forgot about: > > ! cat . >/dev/null 2>&1 || skip_ "Need unreadable directories" > > I pushed the attached patch after testing it on NetBSD 10.1.
Although the '!' operator does not work correctly on Solaris 10 [1], both of these tests pass on Solaris 10: PASS: tests/misc/read-errors.sh PASS: tests/csplit/csplit.sh Bruno [1] https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.73/html_node/Limitations-of-Builtins.html
