diff stream_ssl_variables.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 144c6ce732e4
children fd440d324700
line wrap: on
line diff
--- a/stream_ssl_variables.t
+++ b/stream_ssl_variables.t
@@ -53,6 +53,8 @@ events {
 }
 
 stream {
+    %%TEST_GLOBALS_STREAM%%
+
     ssl_certificate_key localhost.key;
     ssl_certificate localhost.crt;
     ssl_session_cache builtin;