summaryrefslogtreecommitdiff
path: root/test/parallel/test-cli-node-options.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-cli-node-options.js')
-rw-r--r--test/parallel/test-cli-node-options.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-cli-node-options.js b/test/parallel/test-cli-node-options.js
index 0c39813cf6..8622dafbe1 100644
--- a/test/parallel/test-cli-node-options.js
+++ b/test/parallel/test-cli-node-options.js
@@ -1,7 +1,7 @@
'use strict';
const common = require('../common');
if (process.config.variables.node_without_node_options)
- return common.skip('missing NODE_OPTIONS support');
+ common.skip('missing NODE_OPTIONS support');
// Test options specified by env variable.