]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
test302[12]: run only with the libssh2 backend
authorDaniel Stenberg <daniel@haxx.se>
Sat, 13 Nov 2021 22:10:42 +0000 (23:10 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 14 Nov 2021 15:13:50 +0000 (16:13 +0100)
... as the others don't support --hostpubsha256

Reported-by: Paul Howarth
Fixes #8009
Closes #8010

tests/data/test3021
tests/data/test3022

index 0a02e18443e4fc96a7b877c27bc64d094ad6233d..bd6ae8d6dc4736c67c6fa7e2dc40d55a7c6901ab 100644 (file)
@@ -17,6 +17,10 @@ test
 #
 # Client-side
 <client>
+# so far only the libssh2 backend supports SHA256
+<features>
+libssh2
+</features>
 <server>
 sftp
 </server>
index f3477909d698ead07601e19c217aa65f124d76dc..db24ca9f4a019226d2413670430a0b45ce153693 100644 (file)
@@ -17,6 +17,10 @@ test
 #
 # Client-side
 <client>
+# so far only the libssh2 backend supports SHA256
+<features>
+libssh2
+</features>
 <server>
 scp
 </server>