diff options
Diffstat (limited to 'tests/data/test606')
-rw-r--r-- | tests/data/test606 | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/tests/data/test606 b/tests/data/test606 new file mode 100644 index 000000000..80a82e9a9 --- /dev/null +++ b/tests/data/test606 @@ -0,0 +1,33 @@ +<testcase> +<info> +<keywords> +SFTP +FAILURE +</keywords> +</info> + +# +# Client-side +<client> +<server> +sftp +</server> + <name> +SFTP invalid user login + </name> + <command> +--key curl_client_key --pubkey curl_client_key.pub -u not-a-valid-user: sftp://%HOSTIP:%SSHPORT%PWD/not-a-valid-file-moooo --insecure +</command> +</client> + +# +# Verify data after the test has been "shot" +<verify> +<errorcode> +67 +</errorcode> +<valgrind> +disable +</valgrind> +</verify> +</testcase> |