aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/transport
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-01-13 17:26:27 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-01-14 11:21:00 -0800
commite1e2475b6938eca4378d2bc6632db31c7dfa2b02 (patch)
tree33932fde59841cdf1463d65fdd1a79ea20326d73 /test/core/transport
parent29512b56d0d16bec59f95999afbabb0d6f6e4aab (diff)
Unify signal handling in C
Diffstat (limited to 'test/core/transport')
-rw-r--r--test/core/transport/chttp2_transport_end2end_test.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/core/transport/chttp2_transport_end2end_test.c b/test/core/transport/chttp2_transport_end2end_test.c
index 30d2a17440..8b0f9aa25b 100644
--- a/test/core/transport/chttp2_transport_end2end_test.c
+++ b/test/core/transport/chttp2_transport_end2end_test.c
@@ -107,9 +107,6 @@ grpc_transport_test_config fixture_configs[] = {
int main(int argc, char **argv) {
size_t i;
- /* disable SIGPIPE */
- signal(SIGPIPE, SIG_IGN);
-
grpc_test_init(argc, argv);
grpc_iomgr_init();