From: Dan Fandrich Date: Sun, 1 Apr 2007 06:28:12 +0000 (+0000) Subject: Added scp and sftp nonexistent file retrieval tests, but leave them X-Git-Tag: curl-7_16_2~64 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ef10eaeb29e3a8a2ad92e10f44679e1298fce1d5;p=thirdparty%2Fcurl.git Added scp and sftp nonexistent file retrieval tests, but leave them disabled for now. --- diff --git a/tests/data/DISABLED b/tests/data/DISABLED index f58fe30029..eb6c9a1097 100644 --- a/tests/data/DISABLED +++ b/tests/data/DISABLED @@ -9,3 +9,4 @@ 602 603 604 +605 diff --git a/tests/data/test604 b/tests/data/test604 new file mode 100644 index 0000000000..77610dea54 --- /dev/null +++ b/tests/data/test604 @@ -0,0 +1,33 @@ + + + +SFTP +FAILURE + + + +# +# Client-side + + +sftp + + +SFTP retrieval of nonexistent file + + +--key curl_client_key --pubkey curl_client_key.pub -u %USER: sftp://%HOSTIP:%SSHPORT%PWD/not-a-valid-file-moooo + + + +# +# Verify data after the test has been "shot" + + +79 + + +disable + + + diff --git a/tests/data/test605 b/tests/data/test605 new file mode 100644 index 0000000000..3835239c5a --- /dev/null +++ b/tests/data/test605 @@ -0,0 +1,33 @@ + + + +SCP +FAILURE + + + +# +# Client-side + + +scp + + +SCP retrieval of nonexistent file + + +--key curl_client_key --pubkey curl_client_key.pub -u %USER: scp://%HOSTIP:%SSHPORT%PWD/not-a-valid-file-moooo + + + +# +# Verify data after the test has been "shot" + + +78 + + +disable + + +