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.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-https-foafssl.js b/test/parallel/test-https-foafssl.js
index 5b1d04dd41..d6df518989 100644
--- a/test/parallel/test-https-foafssl.js
+++ b/test/parallel/test-https-foafssl.js
@@ -54,7 +54,7 @@ server.listen(common.PORT, function() {
'-key', join(common.fixturesDir, 'foafssl.key')];
// for the performance and stability issue in s_client on Windows
- if (process.platform === 'win32')
+ if (common.isWindows)
args.push('-no_rand_screen');
var client = spawn(common.opensslCli, args);