summaryrefslogtreecommitdiff
path: root/tests/test-access.c
Commit message (Collapse)AuthorAgeFilesLines
* maint: run 'make update-copyright'Simon Josefsson2023-01-011-1/+1
|
* license: fix GPLv3 texts to use a comma instead of semicolon.Bernhard Voelker2022-01-051-1/+1
| | | | | | | | | See: https://www.gnu.org/licenses/gpl-3.0.html#howto Run: $ git grep -l 'Foundation; either version 3' \ | xargs sed -i '/Foundation; either version 3/ s/n; e/n, e/' * All files using GPLv3: Adjust via the above command.
* maint: run 'make update-copyright'Paul Eggert2022-01-011-1/+1
|
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
|
* access tests: Fix test failure on native Windows.Bruno Haible2020-11-301-2/+4
| | | | | * tests/test-access.c (main): Change permissions of f2 file before attempting to remove it.
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
|
* access tests: Fix test failure when run as root.Bruno Haible2019-10-071-3/+16
| | | | | | | | | * tests/test-access.c: Include root-uid.h. (geteuid): Define fallback. (main): Don't expect that writing to a read-only file would fail when running as root. Also, remove the created files at the end. * modules/access-tests (Depends-on): Add root-uid. (configure.ac): Test whether geteuid exists.
* access: Add tests.Bruno Haible2019-09-151-0/+80
* tests/test-access.c: New file. * modules/access-tests: New file.