| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 960c6be commit b02c352
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -38,7 +38,7 @@ server.listen(0, '127.0.0.1', function() { | |||
| 38 | 38 | server.on('tlsClientError', (err) => errors.push(err)); | |
| 39 | 39 | ||
| 40 | 40 | process.on('exit', function() { | |
| 41 | - if (/unknown option -ssl3/.test(stderr)) { | ||
| 41 | + if (/[Uu]nknown option:? -ssl3/.test(stderr)) { | ||
| 42 | 42 | common.printSkipMessage('`openssl s_client -ssl3` not supported.'); | |
| 43 | 43 | } else { | |
| 44 | 44 | assert.strictEqual(errors.length, 1); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments