From: Jim Meyering Date: Sun, 3 Sep 2006 07:18:52 +0000 (+0000) Subject: * tests/rm/inaccessible: Adjust for movement of config.h to lib/. X-Git-Tag: v6.2~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=31ca1f9aec6111d26c1db48ad9f8ea8f8385715d;p=thirdparty%2Fcoreutils.git * tests/rm/inaccessible: Adjust for movement of config.h to lib/. --- diff --git a/ChangeLog b/ChangeLog index 958d979863..d19671ed68 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-09-03 Jim Meyering + + * tests/rm/inaccessible: Adjust for movement of config.h to lib/. + 2006-09-02 Paul Eggert * NEWS: rm now rejects attempts to remove /, ./, and ../. diff --git a/tests/rm/inaccessible b/tests/rm/inaccessible index 37c86b318a..e2c3cd791e 100755 --- a/tests/rm/inaccessible +++ b/tests/rm/inaccessible @@ -30,7 +30,7 @@ PRIV_CHECK_ARG=require-non-root . $srcdir/../priv-check # 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"