comparison ssl_verify_client.t @ 1292:e8eef0ebc548

Tests: set in ssl_verify_client.t how many tests to skip.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 28 Feb 2018 22:53:57 +0300
parents 1d7c87dba788
children 97c8280de681
comparison
equal deleted inserted replaced
1291:3bc5df417f62 1292:e8eef0ebc548
139 139
140 like(http_get('/t'), qr/x:x/, 'plain connection'); 140 like(http_get('/t'), qr/x:x/, 'plain connection');
141 like(get('on'), qr/400 Bad Request/, 'no cert'); 141 like(get('on'), qr/400 Bad Request/, 'no cert');
142 142
143 TODO: { 143 TODO: {
144 todo_skip 'leaves coredump', unless $t->has_version('1.13.9'); 144 todo_skip 'leaves coredump', 1 unless $t->has_version('1.13.9');
145 145
146 like(get('no_context'), qr/400 Bad Request/, 'no server cert'); 146 like(get('no_context'), qr/400 Bad Request/, 'no server cert');
147 147
148 } 148 }
149 149