diff options
Diffstat (limited to 'tests/data/test618')
-rw-r--r-- | tests/data/test618 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test618 b/tests/data/test618 index feb095ebe..f5e2c7b33 100644 --- a/tests/data/test618 +++ b/tests/data/test618 @@ -15,9 +15,9 @@ sftp SFTP retrieval of two files </name> <command> ---key curl_client_key --pubkey curl_client_key.pub -u %USER: sftp://%HOSTIP:%SSHPORT%SSH_PWD/log/file618.txt sftp://%HOSTIP:%SSHPORT%SSH_PWD/log/file618.txt --insecure +--key curl_client_key --pubkey curl_client_key.pub -u %USER: sftp://%HOSTIP:%SSHPORT%SSH_PWD/log/file%TESTNUMBER.txt sftp://%HOSTIP:%SSHPORT%SSH_PWD/log/file%TESTNUMBER.txt --insecure </command> -<file name="log/file618.txt"> +<file name="log/file%TESTNUMBER.txt"> Test data for ssh test </file> |