Skip to content

Commit c368af2

Browse files
committed
tests: 159-sa-restart.t: avoided sending SIGWINCH to the test nginx worker process.
The handler for this signal falls-through to a graceful shutdown in daemonized worker processes.
1 parent 761ddca commit c368af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/159-sa-restart.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ add_block_preprocessor(sub {
2020
--"INT",
2121
"IO",
2222
"CHLD",
23-
"WINCH",
23+
--"WINCH",
2424
}
2525
2626
for _, signame in ipairs(signals) do

0 commit comments

Comments
 (0)