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:
Daniel Stenberg 2021-11-13 23:10:42 +01:00
parent f4cafa4f0d
commit 4825d0cd3a
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
2 changed files with 8 additions and 0 deletions

View file

@ -17,6 +17,10 @@ test
#
# Client-side
<client>
# so far only the libssh2 backend supports SHA256
<features>
libssh2
</features>
<server>
sftp
</server>

View file

@ -17,6 +17,10 @@ test
#
# Client-side
<client>
# so far only the libssh2 backend supports SHA256
<features>
libssh2
</features>
<server>
scp
</server>