diff options
Diffstat (limited to 'deps/npm/test/tap/outdated-git.js')
-rw-r--r-- | deps/npm/test/tap/outdated-git.js | 2 |
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', |