darkhttpd
darkhttpd copied to clipboard
tests: fix failures when run as root user
fix bug #76
There are several methods to run the tests:
- Using the
Dockerfile - Via
make test - Running the single test directly in the devel directory
We cannot strictly dictate which method users must use. Additionally, we should avoid implying that "running tests as root is not supported" (users should have flexibility in their environment configuration).
I believe we should be able to run make test with any user account (root or not root) and in any environment, including but not limited to Docker.
@emikulic