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.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/parallel/test-vm-syntax-error-stderr.js b/test/parallel/test-vm-syntax-error-stderr.js
index e40edc907c..137d5de432 100644
--- a/test/parallel/test-vm-syntax-error-stderr.js
+++ b/test/parallel/test-vm-syntax-error-stderr.js
@@ -1,10 +1,10 @@
'use strict';
const common = require('../common');
const assert = require('assert');
-const path = require('path');
const child_process = require('child_process');
+const fixtures = require('../common/fixtures');
-const wrong_script = path.join(common.fixturesDir, 'cert.pem');
+const wrong_script = fixtures.path('cert.pem');
const p = child_process.spawn(process.execPath, [
'-e',