diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-05-14 09:22:12 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-05-14 09:22:12 +0000 |
commit | e2e593a036c992f2d38e060e14b52c4a8862ca2d (patch) | |
tree | 69ce3c089381d03bd4f66792b2c994ddc0a13980 /tests/libtest/lib503.c | |
parent | 9ce0a7b49d4f004b7d55833a35feabbc8c27726f (diff) | |
download | curl-e2e593a036c992f2d38e060e14b52c4a8862ca2d.tar.gz |
clean up properly on failure to enable easier libcurl leak detection
Diffstat (limited to 'tests/libtest/lib503.c')
-rw-r--r-- | tests/libtest/lib503.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/lib503.c b/tests/libtest/lib503.c index e2bd42145..59cf4e655 100644 --- a/tests/libtest/lib503.c +++ b/tests/libtest/lib503.c @@ -54,7 +54,7 @@ int test(char *URL) if (res != CURLM_OK) { fprintf(stderr, "not okay???\n"); - return 80; + break; } FD_ZERO(&rd); |