mirror of
https://github.com/curl/curl.git
synced 2026-05-30 11:17:30 +03:00
test302[12]: run only with the libssh2 backend
... as the others don't support --hostpubsha256 Reported-by: Paul Howarth Fixes #8009 Closes #8010
This commit is contained in:
parent
f4cafa4f0d
commit
4825d0cd3a
2 changed files with 8 additions and 0 deletions
|
|
@ -17,6 +17,10 @@ test
|
|||
#
|
||||
# Client-side
|
||||
<client>
|
||||
# so far only the libssh2 backend supports SHA256
|
||||
<features>
|
||||
libssh2
|
||||
</features>
|
||||
<server>
|
||||
sftp
|
||||
</server>
|
||||
|
|
|
|||
|
|
@ -17,6 +17,10 @@ test
|
|||
#
|
||||
# Client-side
|
||||
<client>
|
||||
# so far only the libssh2 backend supports SHA256
|
||||
<features>
|
||||
libssh2
|
||||
</features>
|
||||
<server>
|
||||
scp
|
||||
</server>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue