diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-10-26 11:08:43 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-12-01 17:35:15 +0100 |
commit | 75427291e5e06afed7aff0de992cad2cbec5a214 (patch) | |
tree | 9ad7d689224c9320ad3a2ee178e57844d2e3191c /tests/data/test605 | |
parent | c92d2e14cfb0db662f958effd2ac86f995cf1b5a (diff) |
libssh2: send the correct CURLE error code on scp file not found
That also updates tests to expect the right error code
libssh2 back-end returns CURLE_SSH error if the remote file
is not found. Expect instead CURLE_REMOTE_FILE_NOT_FOUND
which is sent by the libssh backend.
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'tests/data/test605')
-rw-r--r-- | tests/data/test605 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test605 b/tests/data/test605 index 1c162fca5..94329a528 100644 --- a/tests/data/test605 +++ b/tests/data/test605 @@ -24,7 +24,7 @@ SCP retrieval of nonexistent file # Verify data after the test has been "shot" <verify> <errorcode> -79 +78 </errorcode> <valgrind> disable |