aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib503.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtest/lib503.c')
-rw-r--r--tests/libtest/lib503.c2
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);