summaryrefslogtreecommitdiff
path: root/deps/npm/test/tap/outdated.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/test/tap/outdated.js')
-rw-r--r--deps/npm/test/tap/outdated.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/test/tap/outdated.js b/deps/npm/test/tap/outdated.js
index c5ce8d182f..3a46705e38 100644
--- a/deps/npm/test/tap/outdated.js
+++ b/deps/npm/test/tap/outdated.js
@@ -104,7 +104,7 @@ test('it should not throw', function (t) {
}
npm.outdated(function (er, d) {
t.ifError(er, 'outdated success')
-
+ output = output.map(function (x) { return x.replace(/\r/g, '') })
console.log = originalLog
t.same(output, expOut)