summaryrefslogtreecommitdiff
path: root/deps/npm/test/tap/tagged-version-matching.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/test/tap/tagged-version-matching.js')
-rw-r--r--deps/npm/test/tap/tagged-version-matching.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/test/tap/tagged-version-matching.js b/deps/npm/test/tap/tagged-version-matching.js
index 64522745c8..a939c21c0d 100644
--- a/deps/npm/test/tap/tagged-version-matching.js
+++ b/deps/npm/test/tap/tagged-version-matching.js
@@ -9,7 +9,7 @@ var common = require('../common-tap.js')
var basedir = common.pkg
var testdir = path.join(basedir, 'testdir')
-var cachedir = path.join(basedir, 'cache')
+var cachedir = common.cache
var globaldir = path.join(basedir, 'global')
var tmpdir = path.join(basedir, 'tmp')