diff options
Diffstat (limited to 'deps/npm/test/tap/spawn-enoent.js')
-rw-r--r-- | deps/npm/test/tap/spawn-enoent.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/test/tap/spawn-enoent.js b/deps/npm/test/tap/spawn-enoent.js index 7ea9dab560..20fed21bcf 100644 --- a/deps/npm/test/tap/spawn-enoent.js +++ b/deps/npm/test/tap/spawn-enoent.js @@ -26,7 +26,7 @@ test("enoent script", function (t) { env: { PATH: process.env.PATH, Path: process.env.Path, - npm_config_loglevel: "warn" + "npm_config_loglevel": "warn" } }, function (er, code, sout, serr) { t.similar(serr, /npm ERR! Failed at the x@1\.2\.3 start script\./) |