summaryrefslogtreecommitdiff
path: root/deps/npm/test/tap/shrinkwrap-lifecycle.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/test/tap/shrinkwrap-lifecycle.js')
-rw-r--r--deps/npm/test/tap/shrinkwrap-lifecycle.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/test/tap/shrinkwrap-lifecycle.js b/deps/npm/test/tap/shrinkwrap-lifecycle.js
index 8c0f36e3bb..5ed35e1868 100644
--- a/deps/npm/test/tap/shrinkwrap-lifecycle.js
+++ b/deps/npm/test/tap/shrinkwrap-lifecycle.js
@@ -7,7 +7,7 @@ var rimraf = require('rimraf')
var test = require('tap').test
var common = require('../common-tap.js')
-var pkg = path.resolve(__dirname, 'shrinkwrap-lifecycle')
+var pkg = common.pkg
test('npm shrinkwrap execution order', function (t) {
setup()