summaryrefslogtreecommitdiff
path: root/modules/rmdir-tests
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2009-09-19 21:58:11 -0600
committerEric Blake <ebb9@byu.net>2009-09-23 04:57:44 -0600
commit7eba2f98240cd9a9c0cc81b4ebb7103bbe8630a7 (patch)
tree36909b93636189d904f43257d3373245a6fae287 /modules/rmdir-tests
parentd9d5054ceb34c7e5b1dc64e5477ac6f89969a423 (diff)
downloadgnulib-7eba2f98240cd9a9c0cc81b4ebb7103bbe8630a7.tar.gz
symlink: use throughout gnulib
* m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Omit symlink check. * lib/symlinkat.c (symlinkat) [!HAVE_SYMLINK]: Document why symlink is not used. * modules/symlinkat (Depends-on): Add symlink. * modules/canonicalize-lgpl-tests (Depends-on): Likewise. * modules/canonicalize-tests (Depends-on): Likewise. * modules/lstat-tests (Depends-on): Likewise. * modules/openat-tests (Depends-on): Likewise. * modules/remove-tests (Depends-on): Likewise. * modules/rmdir-tests (Depends-on): Likewise. * modules/unlink-tests (Depends-on): Likewise. * tests/test-canonicalize-lgpl.c (symlink): Delete stub. * tests/test-canonicalize.c (symlink): Likewise. * tests/test-fstatat.c (symlink): Likewise. * tests/test-lstat.c (symlink): Likewise. * tests/test-remove.c (symlink): Likewise. * tests/test-rmdir.c (symlink): Likewise. * tests/test-unlink.c (symlink): Likewise. * tests/test-unlinkat.c (symlink): Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'modules/rmdir-tests')
-rw-r--r--modules/rmdir-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/rmdir-tests b/modules/rmdir-tests
index fca8a776f2..0fa5efee9e 100644
--- a/modules/rmdir-tests
+++ b/modules/rmdir-tests
@@ -4,9 +4,9 @@ tests/test-rmdir.c
Depends-on:
stdbool
+symlink
configure.ac:
-AC_CHECK_FUNCS_ONCE([symlink])
Makefile.am:
TESTS += test-rmdir