summaryrefslogtreecommitdiff
path: root/test/parallel/test-vm-syntax-error-stderr.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-vm-syntax-error-stderr.js')
-rw-r--r--test/parallel/test-vm-syntax-error-stderr.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-vm-syntax-error-stderr.js b/test/parallel/test-vm-syntax-error-stderr.js
index e8d48235cf..137d5de432 100644
--- a/test/parallel/test-vm-syntax-error-stderr.js
+++ b/test/parallel/test-vm-syntax-error-stderr.js
@@ -4,7 +4,7 @@ const assert = require('assert');
const child_process = require('child_process');
const fixtures = require('../common/fixtures');
-const wrong_script = fixtures.path('keys/rsa_cert.crt');
+const wrong_script = fixtures.path('cert.pem');
const p = child_process.spawn(process.execPath, [
'-e',