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