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:
authorRebecca Turner <me@re-becca.org>2017-05-12 01:24:22 +0300
committerRebecca Turner <me@re-becca.org>2017-05-26 04:55:16 +0300
commitd95e69f35199a2aee6fd9298b403c6cd7a01dbe3 (patch)
treeaa5b4fedf5dcff0be2af193d0c723e839dd6bc69 /test
parent6176c4b739dd946cbcba3604b37ccc380a17e5e9 (diff)
test: ls-depth-unmet
Diffstat (limited to 'test')
-rw-r--r--test/tap/ls-depth-unmet.js (renamed from test/need-npm5-update/ls-depth-unmet.js)2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/need-npm5-update/ls-depth-unmet.js b/test/tap/ls-depth-unmet.js
index 6511cdb33..0386ab249 100644
--- a/test/need-npm5-update/ls-depth-unmet.js
+++ b/test/tap/ls-depth-unmet.js
@@ -35,7 +35,7 @@ test('setup', function (t) {
common.npm(
[
'--registry', common.registry,
- 'install', 'underscore@1.3.1', 'mkdirp', 'test-package-with-one-dep'
+ 'install', '--no-save', 'underscore@1.3.1', 'mkdirp', 'test-package-with-one-dep'
],
EXEC_OPTS,
function (er, c) {