diff --git a/test/js/node/test/parallel/test-https-foafssl.js b/test/js/node/test/parallel/test-https-foafssl.js index 828da2a5f7..d6dde97a41 100644 --- a/test/js/node/test/parallel/test-https-foafssl.js +++ b/test/js/node/test/parallel/test-https-foafssl.js @@ -67,7 +67,7 @@ server.listen(0, function() { '-cert', fixtures.path('keys/rsa_cert_foafssl_b.crt'), '-key', fixtures.path('keys/rsa_private_b.pem')]; - const client = spawn(opensslCli, args); + const client = spawn(common.opensslCli, args); client.stdout.on('data', function(data) { console.log('response received');