tests/FILEFORMAT.md: the <server> section is NOT mandatory

It can be left out if no servers are necessary.

Closes #20845
This commit is contained in:
Daniel Stenberg 2026-03-07 13:44:33 +01:00
parent b351fd1b9a
commit 2f8fe96d6d
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -465,10 +465,12 @@ What server(s) this test case requires/uses. Available servers:
- `telnet`
- `tftp`
Give only one per line. This subsection is mandatory (use `none` if no servers
are required). Servers that require a special server certificate can have the
PEM certificate filename (found in the `certs` directory) appended to the
server name separated by a space.
Give only one per line. If a test does not require any servers, the `<server>`
subsection should be omitted.
Servers that require a special server certificate can
have the PEM certificate filename (found in the `certs` directory) appended to
the server name separated by a space.
### `<features>`
A list of features that MUST be present in the client/library for this test to