mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
test: regress_http: skip unix socket parsing tests in windows
windows doesn't do unix sockets
This commit is contained in:
parent
58d4e50d3c
commit
4f73bf3a46
@ -3037,9 +3037,11 @@ http_parse_uri_test(void *arg)
|
||||
BAD("http://www.example.com:hihi/");
|
||||
BAD("://www.example.com/");
|
||||
|
||||
#ifndef _WIN32
|
||||
UNI("http://unix:/tmp/foobar/:/foo");
|
||||
UNI("http://user:pass@unix:/tmp/foobar/:/foo");
|
||||
UNI("http://unix:a:");
|
||||
#endif
|
||||
|
||||
/* bad URIs: joining */
|
||||
uri = evhttp_uri_new();
|
||||
|
Loading…
x
Reference in New Issue
Block a user