summaryrefslogtreecommitdiff
path: root/deps/npm/test/tap/retry-on-stale-cache.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/test/tap/retry-on-stale-cache.js')
-rw-r--r--deps/npm/test/tap/retry-on-stale-cache.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/test/tap/retry-on-stale-cache.js b/deps/npm/test/tap/retry-on-stale-cache.js
index 8aec35ed4f..129c52c160 100644
--- a/deps/npm/test/tap/retry-on-stale-cache.js
+++ b/deps/npm/test/tap/retry-on-stale-cache.js
@@ -7,7 +7,7 @@ var Tacks = require('tacks')
var Dir = Tacks.Dir
var File = Tacks.File
-var workdir = path.join(__dirname, path.basename(__filename, '.js'))
+var workdir = common.pkg
var cachedir = path.join(workdir, 'cache')
var modulesdir = path.join(workdir, 'modules')
var oldModule = path.join(modulesdir, 'good-night-0.1.0.tgz')