summaryrefslogtreecommitdiff
path: root/test/parallel/test-https-foafssl.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-https-foafssl.js')
-rw-r--r--test/parallel/test-https-foafssl.js12
1 files changed, 3 insertions, 9 deletions
diff --git a/test/parallel/test-https-foafssl.js b/test/parallel/test-https-foafssl.js
index 9900cf7a64..d8beefc22b 100644
--- a/test/parallel/test-https-foafssl.js
+++ b/test/parallel/test-https-foafssl.js
@@ -21,22 +21,16 @@
'use strict';
const common = require('../common');
+if (!common.hasCrypto)
+ common.skip('missing crypto');
-if (!common.opensslCli) {
+if (!common.opensslCli)
common.skip('node compiled without OpenSSL CLI.');
- return;
-}
const assert = require('assert');
const join = require('path').join;
-
const fs = require('fs');
const spawn = require('child_process').spawn;
-
-if (!common.hasCrypto) {
- common.skip('missing crypto');
- return;
-}
const https = require('https');
const options = {