From 95a849efc2e37de5d45fbdadd04f00ff794e1307 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 7 Nov 2008 12:22:43 +0000 Subject: terminate with appropriate exit code --- tests/libtest/lib558.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/libtest/lib558.c') 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; } -- cgit v1.2.3