diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-04-16 14:16:22 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-04-20 08:09:33 +0200 |
commit | d1a2816b4128faa8ebc50ce93285c7364652856e (patch) | |
tree | 6a8761d780dde502d76a52a740d585d0c857ba51 /tests/FILEFORMAT.md | |
parent | 8dea78205e0b3c1decbb2710a874dedc7fa8be1b (diff) | |
download | curl-d1a2816b4128faa8ebc50ce93285c7364652856e.tar.gz |
runtests: always put test number in servercmd file
Diffstat (limited to 'tests/FILEFORMAT.md')
-rw-r--r-- | tests/FILEFORMAT.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/FILEFORMAT.md b/tests/FILEFORMAT.md index d01f3f17f..586b84b74 100644 --- a/tests/FILEFORMAT.md +++ b/tests/FILEFORMAT.md @@ -130,6 +130,10 @@ For HTTP/HTTPS, these are supported: ### `<servercmd>` Special-commands for the server. +The first line of this file will always be set to `Testnum [number]` by the +test script, to allow servers to read that to know what test the client is +about to issue. + #### For FTP/SMTP/POP/IMAP - `REPLY [command] [return value] [response string]` - Changes how the server |