mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 20:09:04 +00:00
Update test/js/node/test/parallel/test-https-foafssl.js
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user