Skip to content

Commit

Permalink
test: remove uneeded certs in fixtures/
Browse files Browse the repository at this point in the history
PR-URL: nodejs#27962
Reviewed-By: Sam Roberts <[email protected]>
Reviewed-By: Ujjwal Sharma <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
  • Loading branch information
reasonablytall authored and ofrobots committed Jun 5, 2019
1 parent b422561 commit 6925f41
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 51 deletions.
35 changes: 0 additions & 35 deletions test/fixtures/cert.pem

This file was deleted.

15 changes: 0 additions & 15 deletions test/fixtures/msca.pem

This file was deleted.

2 changes: 1 addition & 1 deletion test/parallel/test-vm-syntax-error-stderr.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const assert = require('assert');
const child_process = require('child_process');
const fixtures = require('../common/fixtures');

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

const p = child_process.spawn(process.execPath, [
'-e',
Expand Down

0 comments on commit 6925f41

Please sign in to comment.