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>2018-01-02 22:34:36 +0300
committerRebecca Turner <me@re-becca.org>2018-01-03 01:03:12 +0300
commit30dc1b1d81101dc86e962d67535fc5789e1cda03 (patch)
treeab10f2a70b74f0ca99b8af59c5dd4d28f1faf871 /test
parent1d385ac0c35380b43fb5e453805f4850326902c0 (diff)
test: Fix lifecycle-path to work with externed npm-lifecycle
Diffstat (limited to 'test')
-rw-r--r--test/broken-under-nyc-and-travis/lifecycle-path.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/broken-under-nyc-and-travis/lifecycle-path.js b/test/broken-under-nyc-and-travis/lifecycle-path.js
index 61fe229bc..5804eb59a 100644
--- a/test/broken-under-nyc-and-travis/lifecycle-path.js
+++ b/test/broken-under-nyc-and-travis/lifecycle-path.js
@@ -162,7 +162,7 @@ function checkPath (testconfig, t) {
})
// get the ones we tacked on, then the system-specific requirements
- var expectedPaths = ['{{ROOT}}/bin/node-gyp-bin',
+ var expectedPaths = ['{{ROOT}}/node_modules/npm-lifecycle/node-gyp-bin',
'{{PKG}}/node_modules/.bin']
// Check that the behaviour matches the configuration that was actually