]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* tests/rm/inaccessible: Adjust for movement of config.h to lib/.
authorJim Meyering <jim@meyering.net>
Sun, 3 Sep 2006 07:18:52 +0000 (07:18 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 3 Sep 2006 07:18:52 +0000 (07:18 +0000)
ChangeLog
tests/rm/inaccessible

index 958d9798636f4cedf327ebe91bd3ac0926b62fb6..d19671ed68a72bdfd17c0f37421371cb8dc60d28 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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 ../.
index 37c86b318a7bac0d1a69a1c46eb58ee7d0d394fb..e2c3cd791e82cbc8234953b30ee96ba64e7a192c 100755 (executable)
@@ -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"