summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2011-08-22 19:06:42 -0700
committerRyan Dahl <ry@tinyclouds.org>2011-08-22 19:11:38 -0700
commitc4454d2efc144ed0ba2d1d8d3585932e58b869ae (patch)
tree08669128716c9c7b2082095fc52897f42bd64bbf /Makefile
parent80dd8182907314ae99f5572798c86176e2086c47 (diff)
downloadnode-new-c4454d2efc144ed0ba2d1d8d3585932e58b869ae.tar.gz
net_uv: Don't error on ECONNRESET
Fixes #1571.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e53a4ffd10..0d5ae5f11a 100644
--- a/Makefile
+++ b/Makefile
@@ -191,6 +191,7 @@ UVTEST += simple/test-readuint
UVTEST += simple/test-regress-GH-746
UVTEST += simple/test-regress-GH-819
UVTEST += simple/test-regress-GH-897
+UVTEST += simple/test-regress-GH-1531
UVTEST += simple/test-regression-object-prototype
UVTEST += simple/test-repl
UVTEST += simple/test-require-cache