11cb0ef41Sopenharmony_ci// Tests resolving a path in the context of a spawned process. 21cb0ef41Sopenharmony_ci// See https://github.com/nodejs/node/issues/7215 31cb0ef41Sopenharmony_ciconst path = require('path'); 41cb0ef41Sopenharmony_ciconsole.log(path.resolve(process.argv[2])); 5