From 2f8fe96d6d74f05b03c3ef0f94691bd70c6f9914 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 7 Mar 2026 13:44:33 +0100 Subject: [PATCH] tests/FILEFORMAT.md: the section is NOT mandatory It can be left out if no servers are necessary. Closes #20845 --- docs/tests/FILEFORMAT.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/tests/FILEFORMAT.md b/docs/tests/FILEFORMAT.md index bd42b1a639..bce7c3d138 100644 --- a/docs/tests/FILEFORMAT.md +++ b/docs/tests/FILEFORMAT.md @@ -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 `` +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. ### `` A list of features that MUST be present in the client/library for this test to