diff stream_error_log.t @ 1609:f3ba4c74de31

Tests: added TEST_GLOBALS_STREAM variable support.
author Andrei Belov <defan@nginx.com>
date Thu, 12 Nov 2020 17:46:49 +0300
parents b61e820caa83
children 38f1fd9ca3e6
line wrap: on
line diff
--- a/stream_error_log.t
+++ b/stream_error_log.t
@@ -44,6 +44,8 @@ events {
 }
 
 stream {
+    %%TEST_GLOBALS_STREAM%%
+
     upstream u {
         server 127.0.0.1:%%PORT_8983_UDP%% down;
     }