diff options
| -rw-r--r-- | tests/libtest/lib558.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/lib558.c b/tests/libtest/lib558.c index ceb42b1ee..6036fb2a8 100644 --- a/tests/libtest/lib558.c +++ b/tests/libtest/lib558.c @@ -163,7 +163,7 @@ cleanup:    curl_global_cleanup(); -  return 0; /* OK */ +  return result;  }  | 
