summaryrefslogtreecommitdiff
path: root/tests/test-execvpe-main.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
|
* 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
|
* execvpe: Add tests.Bruno Haible2020-12-261-0/+53
* tests/test-execvpe-main.c: New file. * tests/test-execvpe.sh: New file. * modules/execvpe-tests: New file.