summaryrefslogtreecommitdiff
path: root/test/testfile.c
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2001-08-01 21:06:26 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2001-08-01 21:06:26 +0000
commite5765f190cfc66e20edffb051dab9877ad368a96 (patch)
tree8a1e79f8fff202b4f868e7b5ccec8b203b42e180 /test/testfile.c
parentbef6d31f5c8464dc673902edc3324d0e3a39284d (diff)
downloadlibapr-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/testfile.c')
-rw-r--r--test/testfile.c2
1 files changed, 1 insertions, 1 deletions
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)