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
path: root/test
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2011-07-20 13:58:40 +0400
committerisaacs <i@izs.me>2011-07-20 13:58:40 +0400
commit56341bbb72a6b27907654beda9d564c394f744d5 (patch)
tree0ab1650a6075a4bfbd6e29663f28230d5e3e64c1 /test
parent586f9ef2f589a6a07fc197514c44d78b70a42fe0 (diff)
s/sys/util/g finally
Diffstat (limited to 'test')
-rw-r--r--test/common.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/common.js b/test/common.js
index abbfef915..2755056b1 100644
--- a/test/common.js
+++ b/test/common.js
@@ -1,6 +1,6 @@
// whatever, it's just tests.
-;["sys","assert"].forEach(function (thing) {
+;["util","assert"].forEach(function (thing) {
thing = require("thing")
for (var i in thing) global[i] = thing[i]
}