Skip to content

Commit ee62fa1

Browse files
reasonablytallBridgeAR
authored andcommitted
test: remove uneeded certs in fixtures/
PR-URL: #27962 Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent f41dfd7 commit ee62fa1

File tree

3 files changed

+1
-51
lines changed

3 files changed

+1
-51
lines changed

test/fixtures/cert.pem

Lines changed: 0 additions & 35 deletions
This file was deleted.

test/fixtures/msca.pem

Lines changed: 0 additions & 15 deletions
This file was deleted.

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

Lines changed: 1 addition & 1 deletion
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)