diff options
author | trawick <trawick@13f79535-47bb-0310-9956-ffa450edef68> | 2001-08-01 21:06:26 +0000 |
---|---|---|
committer | trawick <trawick@13f79535-47bb-0310-9956-ffa450edef68> | 2001-08-01 21:06:26 +0000 |
commit | e5765f190cfc66e20edffb051dab9877ad368a96 (patch) | |
tree | 8a1e79f8fff202b4f868e7b5ccec8b203b42e180 /test/testpoll.c | |
parent | bef6d31f5c8464dc673902edc3324d0e3a39284d (diff) | |
download | libapr-e5765f190cfc66e20edffb051dab9877ad368a96.tar.gz |
change some of the test programs to use exit status 0 for
success
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62073 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testpoll.c')
-rw-r--r-- | test/testpoll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testpoll.c b/test/testpoll.c index 510d2c33b..0f12b2936 100644 --- a/test/testpoll.c +++ b/test/testpoll.c @@ -220,5 +220,5 @@ int main(void) } } printf ("OK\n"); - return 1; + return 0; } |