Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/tap/graceful-restart.js')
-rw-r--r--test/tap/graceful-restart.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/tap/graceful-restart.js b/test/tap/graceful-restart.js
index 532647480..21da0d990 100644
--- a/test/tap/graceful-restart.js
+++ b/test/tap/graceful-restart.js
@@ -107,8 +107,9 @@ function createChild (args, cb) {
'npm_config_loglevel': 'silent'
}
- if (process.platform === 'win32')
+ if (process.platform === 'win32') {
env.npm_config_cache = '%APPDATA%\\npm-cache'
+ }
return common.npm(args, {
cwd: pkg,