diff options
-rw-r--r-- | test/regress_http.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/regress_http.c b/test/regress_http.c index 0bd6dbc1..7ecec8b4 100644 --- a/test/regress_http.c +++ b/test/regress_http.c @@ -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(); |