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
path: root/test
diff options
context:
space:
mode:
authorKat Marchán <kzm@sykosomatic.org>2017-05-04 00:47:25 +0300
committerRebecca Turner <me@re-becca.org>2017-05-26 04:41:39 +0300
commit8a374d5880dd5990090729f2e06c9ad974d00692 (patch)
treeb681eb125dbac19b444f5ca38716163943a11bfd /test
parent90d4c2a054ba86b89d1e7cd6fe540a21a280f5d4 (diff)
test: disable shrinkwrap for self-install test
Diffstat (limited to 'test')
-rw-r--r--test/tap/legacy-npm-self-install.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tap/legacy-npm-self-install.js b/test/tap/legacy-npm-self-install.js
index 2051802c2..d9d1124bd 100644
--- a/test/tap/legacy-npm-self-install.js
+++ b/test/tap/legacy-npm-self-install.js
@@ -49,6 +49,7 @@ test('npm-self-install', function (t) {
env.npm_config_user_agent = null
env.npm_config_color = 'always'
env.npm_config_progress = 'always'
+ env.npm_config_shrinkwrap = 'false'
var PATH = env.PATH ? env.PATH.split(pathsep) : []
var binpath = isWin32 ? globalpath : path.join(globalpath, 'bin')
var cmdname = isWin32 ? 'npm.cmd' : 'npm'