From e03a929648e1e8ef25c924cfb3638b105d1ea21b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Tue, 9 May 2017 14:37:29 -0700 Subject: [PATCH] tools: update test-npm.sh paths PR-URL: https://github.com/nodejs/node/pull/12936 Reviewed-By: Anna Henningsen --- tools/test-npm.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/test-npm.sh b/tools/test-npm.sh index 51a2a5225a6929..421bdc207b96e2 100755 --- a/tools/test-npm.sh +++ b/tools/test-npm.sh @@ -33,11 +33,11 @@ export PATH="$(../$NODE -p 'require("path").resolve("..")'):$PATH" unset NODE # make sure the binaries from the non-dev-deps are available -node cli.js rebuild +node bin/npm-cli.js rebuild # install npm devDependencies and run npm's tests -node cli.js install --ignore-scripts +node bin/npm-cli.js install --ignore-scripts --no-save # run the tests -node cli.js run-script test-node +node bin/npm-cli.js run-script test-node # clean up everything one single shot cd .. && rm -rf test-npm