summaryrefslogtreecommitdiffstats
path: root/t/simple-httpd
Commit message (Collapse)AuthorAgeFilesLines
* fix failing when serving over HTTP from within /rootThierry Vignaud2020-04-291-2/+6
| | | | | | | | | rationale: If we switch from root to nobody/nogroup while running in /root, everytime simple-httpd accesses to a files while answering to urpmi will fail with "-1 EACCES (Permission denied)" Then t/tmp/error.log contains "Error - 404 - file not found" but that's hidden when running tests as part of CPAN testers.
* do not fork (daemonize is implied by {setsid})Thierry Vignaud2020-04-291-1/+0
| | | | | | | Thus fixing killing simple-httpd when test completes, which was broken since basically forever. This prevents dummy testsuite faillures when performing parallel runs on different perl/rpm versions (eg: using chroots).
* check that web server has actually startedThierry Vignaud2020-04-281-0/+8
| | | | reports its error messages if any
* cpan_testers: workaround 'nogroup' not existing on CentOSThierry Vignaud2020-04-091-1/+1
|
* group nobody is not standard (?)Pascal Rigaux2007-03-231-1/+1
|
* more tests, clean some others, enhance helper.pmPascal Rigaux2006-11-301-0/+191