summaryrefslogtreecommitdiff
path: root/test/fixtures/path-resolve.js
blob: 883d14b73e6791db9a40396c1cc5d5823b86dc83 (plain)
1
2
3
4
// Tests resolving a path in the context of a spawned process.
// See https://github.com/nodejs/node/issues/7215
const path = require('path');
console.log(path.resolve(process.argv[2]));