summaryrefslogtreecommitdiff
path: root/test/parallel/test-tls-cipher-list.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-tls-cipher-list.js')
-rw-r--r--test/parallel/test-tls-cipher-list.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/parallel/test-tls-cipher-list.js b/test/parallel/test-tls-cipher-list.js
index 912fb64128..4a39ee9391 100644
--- a/test/parallel/test-tls-cipher-list.js
+++ b/test/parallel/test-tls-cipher-list.js
@@ -1,10 +1,8 @@
'use strict';
const common = require('../common');
-if (!common.hasCrypto) {
+if (!common.hasCrypto)
common.skip('missing crypto');
- return;
-}
const assert = require('assert');
const spawn = require('child_process').spawn;