wolfSSL: Use LIBWOLFSSL_VERSION_HEX to decide whether or not to use WOLFSSL_X509_V_OK
[privoxy.git] / tests / cts / user-manual-http / data / test1
1 <testcase>
2 <info>
3 <keywords>
4 HTTP
5 HTTP GET
6 </keywords>
7 </info>
8
9 <client>
10 <server>
11 none
12 </server>
13 <name>
14 CGI request for the user manual while delivery has been disabled by specifying a http:// URL
15 </name>
16 <command>
17 -s --write-out '%{stderr}%{response_code}\n' --head http://config.privoxy.org/user-manual/
18 </command>
19 </client>
20
21 # It would be better to test more than just the status code
22 <verify>
23 <stderr>
24 404
25 </stderr>
26 </verify>
27 </testcase>