summaryrefslogtreecommitdiff
path: root/test/regress_zlib.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2009-07-13 20:03:00 +0000
committerNick Mathewson <nickm@torproject.org>2009-07-13 20:03:00 +0000
commitd866f055857794b8bfad93d93b247b2936a4f7a0 (patch)
treeb0b9e5694aecd7462742fde017aa5709e770c744 /test/regress_zlib.c
parent0cc10e419c6d1bca947a31315138d32d5addf480 (diff)
downloadlibevent-d866f055857794b8bfad93d93b247b2936a4f7a0.tar.gz
Patch from Zack Weinberg: normalize perror() tt functions and add tt_fail/tt_abort_printf
svn:r1340
Diffstat (limited to 'test/regress_zlib.c')
-rw-r--r--test/regress_zlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress_zlib.c b/test/regress_zlib.c
index 966bb147..25cba6df 100644
--- a/test/regress_zlib.c
+++ b/test/regress_zlib.c
@@ -261,7 +261,7 @@ test_bufferevent_zlib(void *arg)
= errorcb_invoked = 0;
if (evutil_socketpair(AF_UNIX, SOCK_STREAM, 0, pair) == -1) {
- tt_fail_perror("socketpair");
+ tt_abort_perror("socketpair");
}
evutil_make_socket_nonblocking(pair[0]);