From e5765f190cfc66e20edffb051dab9877ad368a96 Mon Sep 17 00:00:00 2001 From: trawick Date: Wed, 1 Aug 2001 21:06:26 +0000 Subject: 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 --- test/testfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/testfile.c') diff --git a/test/testfile.c b/test/testfile.c index 8f8bae395..942805788 100644 --- a/test/testfile.c +++ b/test/testfile.c @@ -243,7 +243,7 @@ int main(void) apr_pool_destroy(pool); printf("\nAll tests passed OK\n"); - return 1; + return 0; } void test_filedel(apr_pool_t *pool) -- cgit v1.2.1