test1564/1565: require the 'wakeup' feature to run

Fixes #6299
Fixes #6300
Closes #6301
This commit is contained in:
Daniel Stenberg 2020-12-11 09:07:00 +01:00
parent 34bb59a868
commit eddae97406
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
2 changed files with 6 additions and 0 deletions

View File

@ -12,6 +12,9 @@ wakeup
# Client-side
<client>
<features>
wakeup
</features>
<server>
none
</server>

View File

@ -21,6 +21,9 @@ OK
# Client-side
<client>
<features>
wakeup
</features>
<server>
http
</server>