summaryrefslogtreecommitdiff
path: root/tests/test-posix_spawn-inherit0.c
Commit message (Collapse)AuthorAgeFilesLines
* maint: run 'make update-copyright'Simon Josefsson2023-01-011-1/+1
|
* posix_spawn-* tests: Fix test failure on mingw when libtool is in use.Bruno Haible2022-09-141-1/+1
| | | | | | | | * tests/test-posix_spawn-inherit0.c (CHILD_PROGRAM_FILENAME): Add the EXEEXT suffix. * tests/test-posix_spawn-inherit1.c (CHILD_PROGRAM_FILENAME): Likewise. * tests/test-posix_spawn-open1.c (CHILD_PROGRAM_FILENAME): Likewise. * tests/test-posix_spawn-open2.c (CHILD_PROGRAM_FILENAME): Likewise.
* 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
|
* posix_spawn tests: Add two more tests.Bruno Haible2020-12-231-0/+156
* tests/test-posix_spawn-inherit0.c: New file, based on tests/test-posix_spawn-open2.c. * tests/test-posix_spawn-inherit1.c: New file, based on tests/test-posix_spawn-open2.c. * modules/posix_spawn-tests (Files): Add them. (Depends-on): Add fflush. (Makefile.am): Compile and run test-posix_spawn-inherit0 and test-posix_spawn-inherit1.