tests: rename tests/tests-httpd to tests/http

- httpd is only one server we test with
 - the suite coveres the HTTP protocol in general where
   the default test cases need a more beefy environment

Closes #10654
This commit is contained in:
Stefan Eissing 2023-03-01 16:55:31 +01:00 committed by Daniel Stenberg
parent 9fd2d5aa72
commit e497a96a0e
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
30 changed files with 58 additions and 22 deletions

2
.github/labeler.yml vendored
View file

@ -157,7 +157,7 @@ HTTP:
- all: ['lib/h2h3.*']
- all: ['lib/http*']
- all: ['tests/http-server.pl']
- all: ['tests/tests-httpd/*']
- all: ['tests/http/*']
HTTP/2:
- all: ['docs/HTTP2.md']