Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | access tests: Fix test failure when run as root. | Bruno Haible | 2019-10-07 | 1 | -0/+2 |
| | | | | | | | | | * 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 Haible | 2019-09-15 | 1 | -0/+13 |
* tests/test-access.c: New file. * modules/access-tests: New file. |