]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
test1459: remove the different exit code for oldlibssh
authorDaniel Stenberg <daniel@haxx.se>
Mon, 21 Mar 2022 16:39:49 +0000 (17:39 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 21 Mar 2022 16:41:30 +0000 (17:41 +0100)
When using libssh/0.9.3/openssl/zlib, we seem to be getting the "right"
error code.

Closes #8490

tests/data/test1459

index 08fae3378db54fb8bbc0bccd4461501c30b637a2..cedf0252e19d6370585294c51b009fc1c94c192e 100644 (file)
@@ -37,11 +37,7 @@ CURL_HOME=%PWD/log/test%TESTNUMBER.dir
 <verify>
 # old libssh installs return the wrong thing
 <errorcode>
-%if oldlibssh
-67
-%else
 60
-%endif
 </errorcode>
 <valgrind>
 disable