Skip to content

Commit 745b47f

Browse files
committed
more fixes in 057-flush-timeout.t
1 parent 34ee979 commit 745b47f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/057-flush-timeout.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ BEGIN {
77

88
if ($ENV{LD_PRELOAD} !~ /\bmockeagain\.so\b/) {
99
$ENV{LD_PRELOAD} = "mockeagain.so $ENV{LD_PRELOAD}";
10-
$ENV{TEST_NGINX_EVENT_TYPE} = 'poll';
1110
}
1211

12+
$ENV{TEST_NGINX_EVENT_TYPE} = 'poll';
1313
$ENV{MOCKEAGAIN_WRITE_TIMEOUT_PATTERN} = 'hello, world';
1414
}
1515

0 commit comments

Comments
 (0)