summaryrefslogtreecommitdiff
path: root/test/disabled
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-10-11 01:22:38 -0700
committerRyan Dahl <ry@tinyclouds.org>2010-10-11 01:22:38 -0700
commit2944e03a030022e1420634b87e3a44e775184425 (patch)
treec8e6460d16bd397e58e9f466dff1141aa2099621 /test/disabled
parent007881b6480e2ba67674b7949e6dbc6efec588fe (diff)
downloadandroid-node-v8-2944e03a030022e1420634b87e3a44e775184425.tar.gz
android-node-v8-2944e03a030022e1420634b87e3a44e775184425.tar.bz2
android-node-v8-2944e03a030022e1420634b87e3a44e775184425.zip
Closer to a working pipe
Diffstat (limited to 'test/disabled')
-rw-r--r--test/disabled/pipe-test.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/disabled/pipe-test.js b/test/disabled/pipe-test.js
index f82d37b0fa..9cff640333 100644
--- a/test/disabled/pipe-test.js
+++ b/test/disabled/pipe-test.js
@@ -100,11 +100,6 @@ function startClient () {
gotThanks = true;
});
});
-
- client.on('error', function (e) {
- console.log("http client-side error: " + e.message);
- process.exit(2);
- });
}
process.on('exit', function () {