From cb77b7756257a1e05704b1cfa1772d7ff1ff2c00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Mon, 11 Apr 2016 13:08:20 -0700 Subject: [PATCH] deps: floating fix for npm's test-node script Upstream PR: https://github.com/npm/npm/pull/12310 PR-URL: https://github.com/nodejs/node/pull/6153 Reviewed-By: Jeremiah Senkpiel --- deps/npm/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/npm/package.json b/deps/npm/package.json index 16d044024bf3fb..ec38da222ff146 100644 --- a/deps/npm/package.json +++ b/deps/npm/package.json @@ -207,7 +207,7 @@ "tap": "tap --timeout 240", "test": "standard && npm run test-tap", "test-tap": "npm run tap -- \"test/tap/*.js\"", - "test-node": "\"$NODE\" ./test/run.js && \"$NODE\" \"node_modules/.bin/tap\" --timeout 240 \"test/tap/*.js\"" + "test-node": "\"$NODE\" \"node_modules/.bin/tap\" --timeout 240 \"test/tap/*.js\"" }, "license": "Artistic-2.0" }