summaryrefslogtreecommitdiff
path: root/deps/npm/test/tap/shrinkwrap-shared-dev-dependency.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/test/tap/shrinkwrap-shared-dev-dependency.js')
-rw-r--r--deps/npm/test/tap/shrinkwrap-shared-dev-dependency.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/test/tap/shrinkwrap-shared-dev-dependency.js b/deps/npm/test/tap/shrinkwrap-shared-dev-dependency.js
index 75f1765fc..8a0126072 100644
--- a/deps/npm/test/tap/shrinkwrap-shared-dev-dependency.js
+++ b/deps/npm/test/tap/shrinkwrap-shared-dev-dependency.js
@@ -13,7 +13,7 @@ var desiredResultsPath = path.resolve(pkg, "desired-shrinkwrap-results.json")
test("shrinkwrap doesn't strip out the shared dependency", function (t) {
t.plan(1)
- mr(common.port, function (s) {
+ mr({port : common.port}, function (er, s) {
setup(function (err) {
if (err) return t.fail(err)