summaryrefslogtreecommitdiff
path: root/deps/npm/test/tap/bitbucket-https-url-with-creds.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/test/tap/bitbucket-https-url-with-creds.js')
-rw-r--r--deps/npm/test/tap/bitbucket-https-url-with-creds.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/test/tap/bitbucket-https-url-with-creds.js b/deps/npm/test/tap/bitbucket-https-url-with-creds.js
index 09f7e0e8e5..7f7e7eee48 100644
--- a/deps/npm/test/tap/bitbucket-https-url-with-creds.js
+++ b/deps/npm/test/tap/bitbucket-https-url-with-creds.js
@@ -47,7 +47,7 @@ test('bitbucket-https-url-with-creds', function (t) {
})
var opts = {
- cache: path.resolve(pkg, 'cache'),
+ cache: common.cache,
prefix: pkg,
registry: common.registry,
loglevel: 'silent'