diff stream_unix.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 882267679006
children
line wrap: on
line diff
--- a/stream_unix.t
+++ b/stream_unix.t
@@ -38,6 +38,8 @@ events {
 }
 
 stream {
+    %%TEST_GLOBALS_STREAM%%
+
     upstream u {
         server unix:%%TESTDIR%%/unix.sock;
     }