mirror of
https://github.com/curl/curl.git
synced 2026-08-26 07:23:31 +03:00
runtests: set 'oldlibssh' for libssh versions before 0.9.6
... and make test 1459 check for the different return code then. Closes #8444
This commit is contained in:
parent
30b6896058
commit
7c140f6b2d
3 changed files with 16 additions and 1 deletions
|
|
@ -35,8 +35,13 @@ CURL_HOME=%PWD/log/test%TESTNUMBER.dir
|
|||
|
||||
# Verify data after the test has been "shot"
|
||||
<verify>
|
||||
# old libssh installs return the wrong thing
|
||||
<errorcode>
|
||||
%if oldlibssh
|
||||
67
|
||||
%else
|
||||
60
|
||||
%endif
|
||||
</errorcode>
|
||||
<valgrind>
|
||||
disable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue