summaryrefslogtreecommitdiff
path: root/deps/npm/test/tap/search.all-package-search.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/test/tap/search.all-package-search.js')
-rw-r--r--deps/npm/test/tap/search.all-package-search.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/test/tap/search.all-package-search.js b/deps/npm/test/tap/search.all-package-search.js
index 51c1ffcf90..419e4fdeed 100644
--- a/deps/npm/test/tap/search.all-package-search.js
+++ b/deps/npm/test/tap/search.all-package-search.js
@@ -14,7 +14,7 @@ const {File} = Tacks
const common = require('../common-tap.js')
-const PKG_DIR = path.resolve(__dirname, 'search')
+const PKG_DIR = common.pkg
const CACHE_DIR = path.resolve(PKG_DIR, 'cache')
const cacheBase = cacheFile(CACHE_DIR)(common.registry + '/-/all')
const cachePath = path.join(cacheBase, '.cache.json')