[nginx-tests] Tests: fixed stream_access_log_script.t regex.
Maxim Dounin
mdounin at mdounin.ru
Sat Jul 25 00:05:34 UTC 2026
details: http://freenginx.org/hg/nginx-tests/rev/8af94668705c
branches:
changeset: 2081:8af94668705c
user: Maxim Dounin <mdounin at mdounin.ru>
date: Sun Jul 19 00:24:54 2026 +0300
description:
Tests: fixed stream_access_log_script.t regex.
diffstat:
stream_access_log_script.t | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff --git a/stream_access_log_script.t b/stream_access_log_script.t
--- a/stream_access_log_script.t
+++ b/stream_access_log_script.t
@@ -70,7 +70,7 @@ http_get('/');
my $log = $t->read_file('map.log');
-like($log, qr!start /map /map end!, 'log and map with side effects');
+like($log, qr!start \d+ \d+ end!, 'log and map with side effects');
}
More information about the nginx-devel
mailing list