Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2020-01-01 | 1 | -1/+1 |
| | |||||
* | posix/tst-wordexp-nocmd: Fix diagnostics output in test | Florian Weimer | 2019-10-08 | 1 | -2/+2 |
| | |||||
* | wordexp: Split out command execution tests from posix/wordexp-test | Florian Weimer | 2019-10-08 | 1 | -0/+179 |
Once wordexp switches to posix_spawn, testing for command execution based on fork handlers will not work anymore. Therefore, move these subtests into a new test, posix/tst-wordexp-nocmd, which uses a different form of command execution detection, based on PID namespaces. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org> |