aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib558.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-11-07 12:22:43 +0000
committerYang Tse <yangsita@gmail.com>2008-11-07 12:22:43 +0000
commit95a849efc2e37de5d45fbdadd04f00ff794e1307 (patch)
treecd0eb98a5b698df0b4b0cfa7a9696d068e53b588 /tests/libtest/lib558.c
parentfe083a94b9a00cdaddbc2478cb371bf3cc1974f5 (diff)
terminate with appropriate exit code
Diffstat (limited to 'tests/libtest/lib558.c')
-rw-r--r--tests/libtest/lib558.c2
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;
}