diff options
author | Yang Tse <yangsita@gmail.com> | 2008-11-07 12:22:43 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-11-07 12:22:43 +0000 |
commit | 95a849efc2e37de5d45fbdadd04f00ff794e1307 (patch) | |
tree | cd0eb98a5b698df0b4b0cfa7a9696d068e53b588 /tests/libtest/lib558.c | |
parent | fe083a94b9a00cdaddbc2478cb371bf3cc1974f5 (diff) |
terminate with appropriate exit code
Diffstat (limited to 'tests/libtest/lib558.c')
-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; } |