FILEFORMAT.md: drop some text from the command section

Special meanings of URLs became outdated, and it's also no longer
necessary to pass the test number via the URL or domain anymore.
Delete the text.

Follow-up to c6f1b0ff49 #19429

Closes #19503
This commit is contained in:
Viktor Szakats 2025-11-12 23:20:58 +01:00
parent 3f0629ca44
commit e496bcfd0a
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -582,18 +582,6 @@ Command line to run.
If the command spans multiple lines, they are concatenated with a space added
between them.
Note that the URL that gets passed to the server actually controls what data
that is returned. The last slash in the URL must be followed by a number. That
number (N) is used by the test-server to load test case N and return the data
that is defined within the `<reply><data></data></reply>` section.
If there is no test number found above, the HTTP test server uses the number
following the last dot in the given hostname (made so that a CONNECT can still
pass on test number) so that "foo.bar.123" gets treated as test case
123. Alternatively, if an IPv6 address is provided to CONNECT, the last
hexadecimal group in the address is used as the test number. For example the
address "[1234::ff]" would be treated as test case 255.
Set `type="perl"` to write the test case as a perl script. It implies that
there is no memory debugging and valgrind gets shut off for this test.