summaryrefslogtreecommitdiff
path: root/deps/npm/test/tap/outdated-git.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/test/tap/outdated-git.js')
-rw-r--r--deps/npm/test/tap/outdated-git.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/test/tap/outdated-git.js b/deps/npm/test/tap/outdated-git.js
index 3932330c99..15db1a30c7 100644
--- a/deps/npm/test/tap/outdated-git.js
+++ b/deps/npm/test/tap/outdated-git.js
@@ -10,7 +10,7 @@ var npm = require('../../')
// config
var pkg = common.pkg
-var cache = path.resolve(pkg, 'cache')
+var cache = common.cache
var json = {
name: 'outdated-git',
author: 'Rocko Artischocko',