summaryrefslogtreecommitdiff
path: root/test/parallel/test-tls-alert.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-tls-alert.js')
-rw-r--r--test/parallel/test-tls-alert.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-tls-alert.js b/test/parallel/test-tls-alert.js
index 2f2e62c564..4eedeaa785 100644
--- a/test/parallel/test-tls-alert.js
+++ b/test/parallel/test-tls-alert.js
@@ -35,7 +35,7 @@ var server = tls.Server({
'-connect', '127.0.0.1:' + common.PORT];
// 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);