test1459: remove the different exit code for oldlibssh

When using libssh/0.9.3/openssl/zlib, we seem to be getting the "right"
error code.

Closes #8490
This commit is contained in:
Daniel Stenberg 2022-03-21 17:39:49 +01:00
parent 59c44c76de
commit bdc664a640
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View 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