Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2011-12-17 05:19:57 +0400
committerisaacs <i@izs.me>2011-12-17 05:19:57 +0400
commitbd68409c5ce8217ff8176d1192a7c6f0e7444a34 (patch)
tree4018d2514e3c30f542dc9844d4696f2b00dc1f83
parent30039c92da7ade307338a3054d775870dacdfdc4 (diff)
remove some cruft
-rw-r--r--test/run.js17
1 files changed, 0 insertions, 17 deletions
diff --git a/test/run.js b/test/run.js
index ba93dcf2d..65a397045 100644
--- a/test/run.js
+++ b/test/run.js
@@ -201,20 +201,3 @@ main(function (er) {
console.log("1.." + execCount)
if (er) throw er
})
-
-
-
-
-
-
-
-// First, install npm into a temporary global root.
-// Put that on the PATH for all child processes.
-//
-// Then, for each of the packages in test/packages/*,
-// do the following in the test root:
-//
-// 1. install the package
-// 2. uninstall the package
-// 3. link the package
-// 4. uninstall the package