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:
authorisaacs <i@izs.me>2020-08-23 23:17:12 +0300
committerisaacs <i@izs.me>2020-08-23 23:17:12 +0300
commitb38f68acd9292b7432c936db3b6d2d12e896f45d (patch)
tree77baec8c727b3d4ba52fa99c3de98a5837d02c5b /tap-snapshots
parentd159a31a2236882c8ee963ef0443c19a7b7e171f (diff)
ensure npm-command header is sent properly
Reported by @lumaxis
Diffstat (limited to 'tap-snapshots')
-rw-r--r--tap-snapshots/test-lib-utils-flat-options.js-TAP.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-snapshots/test-lib-utils-flat-options.js-TAP.test.js b/tap-snapshots/test-lib-utils-flat-options.js-TAP.test.js
index 27ad10e5e..a5275eedb 100644
--- a/tap-snapshots/test-lib-utils-flat-options.js-TAP.test.js
+++ b/tap-snapshots/test-lib-utils-flat-options.js-TAP.test.js
@@ -67,7 +67,7 @@ Object {
"nodeBin": "/path/to/some/node",
"nodeVersion": "1.2.3",
"npmBin": "/path/to/npm/bin.js",
- "npmCommand": "test",
+ "npmCommand": null,
"npmSession": "12345",
"npmVersion": "7.6.5",
"offline": "offline",