Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-tls-npn-server-client.js')
-rw-r--r--test/parallel/test-tls-npn-server-client.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/parallel/test-tls-npn-server-client.js b/test/parallel/test-tls-npn-server-client.js
index 3c69204d680..c12fddb55bf 100644
--- a/test/parallel/test-tls-npn-server-client.js
+++ b/test/parallel/test-tls-npn-server-client.js
@@ -1,8 +1,8 @@
'use strict';
const common = require('../common');
if (!process.features.tls_npn) {
- common.skip('node compiled without OpenSSL or ' +
- 'with old OpenSSL version.');
+ common.skip('Skipping because node compiled without NPN feature of' +
+ ' OpenSSL.');
return;
}