+2006-09-03 Jim Meyering <jim@meyering.net>
+
+ * tests/rm/inaccessible: Adjust for movement of config.h to lib/.
+
2006-09-02 Paul Eggert <eggert@cs.ucla.edu>
* NEWS: rm now rejects attempts to remove /, ./, and ../.
# Skip this test if your system has neither the openat-style functions
# nor /proc/self/fd support with which to emulate them.
skip=yes
-grep '^#define HAVE_OPENAT' $top_srcdir/config.h > /dev/null && skip=no
+grep '^#define HAVE_OPENAT' $top_srcdir/lib/config.h > /dev/null && skip=no
test -d /proc/self/fd && skip=no
if test $skip = yes; then
echo 1>&2 "$0: no openat support, so skipping this test"