We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d757e0b commit 5d07377Copy full SHA for 5d07377
3 files changed
βtest/fixtures/cert.pemβ
βtest/fixtures/msca.pemβ
βtest/parallel/test-vm-syntax-error-stderr.jsβ
@@ -4,7 +4,7 @@ const assert = require('assert');
4
const child_process = require('child_process');
5
const fixtures = require('../common/fixtures');
6
7
-const wrong_script = fixtures.path('cert.pem');
+const wrong_script = fixtures.path('keys/rsa_cert.crt');
8
9
const p = child_process.spawn(process.execPath, [
10
'-e',
0 commit comments