Skip to content

Commit 1f5ca37

Browse files
committed
Tests: set in ssl_verify_client.t how many tests to skip.
1 parent e7c68fb commit 1f5ca37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ssl_verify_client.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ like(http_get('/t'), qr/x:x/, 'plain connection');
141141
like(get('on'), qr/400 Bad Request/, 'no cert');
142142

143143
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');
145145

146146
like(get('no_context'), qr/400 Bad Request/, 'no server cert');
147147

0 commit comments

Comments
 (0)