★ wanayoo — archive 1999 https://github.com/nodejs/node/commit/5d0737735bNouvelle recherche | Portail wanayoo
Skip to content
Permalink
Browse files
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>
  • Loading branch information
reasonablytall authored and BridgeAR committed Jun 17, 2019
1 parent d757e0b commit 5d0737735be734f6c999911649f9147a40ec8e5b
Showing with 1 addition and 51 deletions.
  1. +0 −35 test/fixtures/cert.pem
  2. +0 −15 test/fixtures/msca.pem
  3. +1 −1 test/parallel/test-vm-syntax-error-stderr.js

This file was deleted.

This file was deleted.

@@ -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',

0 comments on commit 5d07377

Please sign in to comment.