Skip to content

Commit 5d07377

Browse files
reasonablytallBridgeAR
authored andcommitted
test: remove uneeded certs in fixtures/
PR-URL: #27962 Reviewed-By: Sam Roberts <[email protected]> Reviewed-By: Ujjwal Sharma <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent d757e0b commit 5d07377

File tree

3 files changed

+1
-51
lines changed

3 files changed

+1
-51
lines changed

test/fixtures/cert.pem

-35
This file was deleted.

test/fixtures/msca.pem

-15
This file was deleted.

test/parallel/test-vm-syntax-error-stderr.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const assert = require('assert');
44
const child_process = require('child_process');
55
const fixtures = require('../common/fixtures');
66

7-
const wrong_script = fixtures.path('cert.pem');
7+
const wrong_script = fixtures.path('keys/rsa_cert.crt');
88

99
const p = child_process.spawn(process.execPath, [
1010
'-e',

0 commit comments

Comments
 (0)