summaryrefslogtreecommitdiff
path: root/tests/test-execle-main.c
Commit message (Collapse)AuthorAgeFilesLines
* execle, execve, execvpe tests: Fix test failures under qemu user-mode.Bruno Haible2021-08-281-11/+42
| | | | | | | | * test-execle-main.c: Include <string.h>. (get_environ_assignment, create_minimal_env): New functions. (main): Call create_minimal_env. * test-execve-main.c: Likewise. * test-execvpe-main.c: Likewise.
* exec*e tests: Avoid test failures on Cygwin.Bruno Haible2021-01-201-1/+11
| | | | | | * tests/test-execle-main.c (main): On Cygwin, add /bin to the new PATH. * tests/test-execve-main.c (main): Likewise. * tests/test-execvpe-main.c (main): Likewise.
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
|
* execle: Add tests.Bruno Haible2020-12-261-0/+51
* tests/test-execle-main.c: New file. * tests/test-execle.sh: New file. * modules/execle-tests: New file.