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@zkat.tech>2018-12-05 06:19:07 +0300
committerKat Marchán <kzm@zkat.tech>2018-12-11 02:30:31 +0300
commit08fcb3f0f26e025702b35253ed70a527ab69977f (patch)
tree296811ec2a49af4bf1baa289da64c12cac081fa0 /test
parent3c0a7b06b6473fe068fc8ae8466c07a177975b87 (diff)
test: update cache add test output
Diffstat (limited to 'test')
-rw-r--r--test/tap/cache-add-unpublished.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tap/cache-add-unpublished.js b/test/tap/cache-add-unpublished.js
index 8966e43ae..0e8a9de8b 100644
--- a/test/tap/cache-add-unpublished.js
+++ b/test/tap/cache-add-unpublished.js
@@ -18,7 +18,7 @@ test('cache add', function (t) {
if (er) throw er
t.ok(c, 'got non-zero exit code')
t.equal(so, '', 'nothing printed to stdout')
- t.similar(se, /404 Not Found: superfoo/, 'got expected error')
+ t.similar(se, /404 Not Found.*superfoo/, 'got expected error')
s.close()
t.end()
}