diff options
author | Fabian Keil <fk@fabiankeil.de> | 2014-06-16 16:03:00 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-02-09 08:16:40 +0100 |
commit | 203dc007188b847bed698f9bca904365948d4cfb (patch) | |
tree | 2f3ff3cb1371d7db74d0bc7abe15a067d8371c8a /tests/FILEFORMAT.md | |
parent | 8ad31a8c6eb3f19997d66c470defa12a4882970f (diff) | |
download | curl-203dc007188b847bed698f9bca904365948d4cfb.tar.gz |
runtests.pl: add %TESTNUMBER variable to make copying tests more convenient
Diffstat (limited to 'tests/FILEFORMAT.md')
-rw-r--r-- | tests/FILEFORMAT.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/FILEFORMAT.md b/tests/FILEFORMAT.md index 41325ed66..ec0dc4815 100644 --- a/tests/FILEFORMAT.md +++ b/tests/FILEFORMAT.md @@ -149,6 +149,7 @@ Available substitute variables include: - `%SSHPORT` - Port number of the SCP/SFTP server - `%SSHSRVMD5` - MD5 of SSH server's public key - `%SSH_PWD` - Current directory friendly for the SSH server +- `%TESTNUMBER` - Number of the test case - `%TFTP6PORT` - IPv6 port number of the TFTP server - `%TFTPPORT` - Port number of the TFTP server - `%USER` - Login ID of the user running the test |