comparison stream_geo_binary.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 766bcbb632ee
children
comparison
equal deleted inserted replaced
1608:2f00ed2e0d1a 1609:f3ba4c74de31
35 35
36 events { 36 events {
37 } 37 }
38 38
39 stream { 39 stream {
40 %%TEST_GLOBALS_STREAM%%
41
40 geo $geo_base_create { 42 geo $geo_base_create {
41 ranges; 43 ranges;
42 include base.conf; 44 include base.conf;
43 } 45 }
44 46