diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/libtest/lib502.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/lib502.c b/tests/libtest/lib502.c index ac298f0fc..0a852c998 100644 --- a/tests/libtest/lib502.c +++ b/tests/libtest/lib502.c @@ -28,6 +28,6 @@ int test(char *URL) curl_easy_cleanup(c); curl_multi_cleanup(m); - return 0; + return res; } |