From 810fb211a734edd2ed2739cec03cd8d5a2fd956f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Mon, 11 Apr 2016 10:46:31 -0700 Subject: [PATCH] tools: remove obsolete npm test-legacy command PR-URL: https://github.com/nodejs/node/pull/5988 Reviewed-By: Myles Borins --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 763a397079b532..c18a549c7764f4 100644 --- a/Makefile +++ b/Makefile @@ -169,7 +169,6 @@ test-npm: node cd deps/npm ; npm_config_cache="$(shell pwd)/npm-cache" \ npm_config_prefix="$(shell pwd)/npm-prefix" \ npm_config_tmp="$(shell pwd)/npm-tmp" \ - PATH="../../:${PATH}" node cli.js run-script test-legacy && \ PATH="../../:${PATH}" node cli.js run-script test && \ PATH="../../:${PATH}" node cli.js prune --prod && \ cd ../.. && \