xref: /curl/tests/data/test2044 (revision 9756d1da)
1<testcase>
2<info>
3<keywords>
4--proto-default
5</keywords>
6</info>
7
8#
9# Client-side
10<client>
11<features>
12none
13</features>
14<server>
15none
16</server>
17<name>
18Attempt to set a default protocol that does not exist
19</name>
20<command>
21--proto-default DOESNOTEXIST
22</command>
23</client>
24
25#
26# Verify data after the test has been "shot"
27<verify>
28# CURLE_UNSUPPORTED_PROTOCOL is error code 1
29<errorcode>
301
31</errorcode>
32</verify>
33</testcase>
34