Skip to content

Commit 766ab66

Browse files
committed
tests: fixed a test case regarding unix domain cosockets.
1 parent 3535632 commit 766ab66

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

t/059-unix-socket.t

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,6 @@ close: nil closed
4747
4848
4949
=== TEST 2: invalid host argument
50-
--- http_server
51-
server {
52-
listen /tmp/test-nginx.sock;
53-
default_type 'text/plain';
54-
55-
server_tokens off;
56-
location /foo {
57-
echo foo;
58-
more_clear_headers Date;
59-
}
60-
}
6150
--- config
6251
location /test {
6352
content_by_lua '

0 commit comments

Comments
 (0)