From: Yang Tse Date: Fri, 7 Nov 2008 12:22:43 +0000 (+0000) Subject: terminate with appropriate exit code X-Git-Tag: curl-7_19_2~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=95a849efc2e37de5d45fbdadd04f00ff794e1307;p=thirdparty%2Fcurl.git terminate with appropriate exit code --- diff --git a/tests/libtest/lib558.c b/tests/libtest/lib558.c index ceb42b1ee9..6036fb2a82 100644 --- a/tests/libtest/lib558.c +++ b/tests/libtest/lib558.c @@ -163,7 +163,7 @@ cleanup: curl_global_cleanup(); - return 0; /* OK */ + return result; }