summaryrefslogtreecommitdiff
path: root/deps/npm/test/tap/outdated-new-versions.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/test/tap/outdated-new-versions.js')
-rw-r--r--deps/npm/test/tap/outdated-new-versions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/test/tap/outdated-new-versions.js b/deps/npm/test/tap/outdated-new-versions.js
index cb7eaa473..0608824dc 100644
--- a/deps/npm/test/tap/outdated-new-versions.js
+++ b/deps/npm/test/tap/outdated-new-versions.js
@@ -16,7 +16,7 @@ test("dicovers new versions in outdated", function (t) {
process.chdir(pkg)
t.plan(2)
- mr(common.port, function (s) {
+ mr({port : common.port}, function (er, s) {
npm.load({cache: cache, registry: common.registry}, function () {
npm.outdated(function (er, d) {
for (var i = 0; i < d.length; i++) {