summaryrefslogtreecommitdiff
path: root/deps/npm/test/tap/gist-shortcut.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/test/tap/gist-shortcut.js')
-rw-r--r--deps/npm/test/tap/gist-shortcut.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/test/tap/gist-shortcut.js b/deps/npm/test/tap/gist-shortcut.js
index 9958a996e0..e5f200f5fd 100644
--- a/deps/npm/test/tap/gist-shortcut.js
+++ b/deps/npm/test/tap/gist-shortcut.js
@@ -46,7 +46,7 @@ test('gist-shortcut', function (t) {
})
var opts = {
- cache: path.resolve(pkg, 'cache'),
+ cache: common.cache,
prefix: pkg,
registry: common.registry,
loglevel: 'silent'