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 f41dfd7 commit ee62fa1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 51 deletions.

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 ee62fa1

Please sign in to comment.