summaryrefslogtreecommitdiff
path: root/deps/npm/test/tap/cache-add-unpublished.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/test/tap/cache-add-unpublished.js')
-rw-r--r--deps/npm/test/tap/cache-add-unpublished.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/test/tap/cache-add-unpublished.js b/deps/npm/test/tap/cache-add-unpublished.js
index 8966e43ae4..0e8a9de8bf 100644
--- a/deps/npm/test/tap/cache-add-unpublished.js
+++ b/deps/npm/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()
}