annotate modules/fchownat-tests @ 17450:fcdfb5b7741a

* lib/tmpdir.c: Simplify code to add slash; no need for a loop.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 15 Jul 2013 13:32:24 -0700
parents 3c592b4deb04
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
16012
fb7a82c2a615 New module 'fchownat', split off from module 'openat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
fb7a82c2a615 New module 'fchownat', split off from module 'openat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 tests/nap.h
fb7a82c2a615 New module 'fchownat', split off from module 'openat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 tests/test-chown.h
fb7a82c2a615 New module 'fchownat', split off from module 'openat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 tests/test-lchown.h
fb7a82c2a615 New module 'fchownat', split off from module 'openat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 tests/test-fchownat.c
fb7a82c2a615 New module 'fchownat', split off from module 'openat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 tests/signature.h
fb7a82c2a615 New module 'fchownat', split off from module 'openat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 tests/macros.h
fb7a82c2a615 New module 'fchownat', split off from module 'openat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8
fb7a82c2a615 New module 'fchownat', split off from module 'openat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 Depends-on:
fb7a82c2a615 New module 'fchownat', split off from module 'openat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 ignore-value
fb7a82c2a615 New module 'fchownat', split off from module 'openat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 mgetgroups
17388
3c592b4deb04 utimensat-tests, etc.: try to fix some races
Paul Eggert <eggert@cs.ucla.edu>
parents: 16033
diff changeset
12 nanosleep
16033
917610de47d7 New modules 'at-internal', 'openat-h', split off from module 'openat'.
Bruno Haible <bruno@clisp.org>
parents: 16012
diff changeset
13 openat-h
16012
fb7a82c2a615 New module 'fchownat', split off from module 'openat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 progname
fb7a82c2a615 New module 'fchownat', split off from module 'openat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 stat-time
fb7a82c2a615 New module 'fchownat', split off from module 'openat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 symlink
fb7a82c2a615 New module 'fchownat', split off from module 'openat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17
fb7a82c2a615 New module 'fchownat', split off from module 'openat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 configure.ac:
fb7a82c2a615 New module 'fchownat', split off from module 'openat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 AC_CHECK_FUNCS_ONCE([getegid])
fb7a82c2a615 New module 'fchownat', split off from module 'openat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20
fb7a82c2a615 New module 'fchownat', split off from module 'openat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 Makefile.am:
fb7a82c2a615 New module 'fchownat', split off from module 'openat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 TESTS += test-fchownat
fb7a82c2a615 New module 'fchownat', split off from module 'openat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 check_PROGRAMS += test-fchownat
17388
3c592b4deb04 utimensat-tests, etc.: try to fix some races
Paul Eggert <eggert@cs.ucla.edu>
parents: 16033
diff changeset
24 test_fchownat_LDADD = $(LDADD) $(LIB_NANOSLEEP) @LIBINTL@