Skip to content

Commit 33ec897

Browse files
tests.
1 parent 17d59d7 commit 33ec897

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

t/193-ssl-trusted-store.t

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use Test::Nginx::Socket::Lua;
44

55
repeat_each(2);
66

7-
plan tests => repeat_each() * (blocks() * 3);
7+
plan tests => repeat_each() * (blocks() * 6);
88

99
log_level 'debug';
1010

@@ -317,6 +317,7 @@ GET /t
317317
--- response_body
318318
settrustedstore: nil closed
319319
--- no_error_log
320+
[noexist]
320321
[alert]
321322
[crit]
322323
[emerg]
@@ -347,6 +348,7 @@ GET /t
347348
--- response_body
348349
settrustedstore: nil no trusted store
349350
--- no_error_log
351+
[noexist]
350352
[alert]
351353
[crit]
352354
[emerg]

0 commit comments

Comments
 (0)