Skip to content

Commit 05e8499

Browse files
committed
tests: fixed a test failure due to the misuse of the $TEST_NGINX_PORT variable.
1 parent 0d736bf commit 05e8499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/058-tcp-socket.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3227,7 +3227,7 @@ lua socket tcp_nodelay
32273227
server_tokens off;
32283228
32293229
server {
3230-
listen [::1]:$TEST_NGINX_PORT;
3230+
listen [::1]:$TEST_NGINX_SERVER_PORT;
32313231
32323232
location /foo {
32333233
content_by_lua 'ngx.say("foo")';

0 commit comments

Comments
 (0)