summaryrefslogtreecommitdiff
path: root/test/parallel/test-https-unix-socket-self-signed.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-https-unix-socket-self-signed.js')
-rw-r--r--test/parallel/test-https-unix-socket-self-signed.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/parallel/test-https-unix-socket-self-signed.js b/test/parallel/test-https-unix-socket-self-signed.js
index f503b84591..df6773f839 100644
--- a/test/parallel/test-https-unix-socket-self-signed.js
+++ b/test/parallel/test-https-unix-socket-self-signed.js
@@ -1,10 +1,8 @@
'use strict';
const common = require('../common');
-if (!common.hasCrypto) {
+if (!common.hasCrypto)
common.skip('missing crypto');
- return;
-}
common.refreshTmpDir();