summaryrefslogtreecommitdiff
path: root/test/testmmap.c
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2001-08-01 21:06:26 +0000
committerJeff Trawick <trawick@apache.org>2001-08-01 21:06:26 +0000
commitb35b3cd590d2c6ff78f68c0a16703a708ff5ec06 (patch)
tree8a1e79f8fff202b4f868e7b5ccec8b203b42e180 /test/testmmap.c
parentd5418628b84385ec0559a091470ec6cb8a927b1f (diff)
downloadapr-b35b3cd590d2c6ff78f68c0a16703a708ff5ec06.tar.gz
change some of the test programs to use exit status 0 for
success git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@62073 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testmmap.c')
-rw-r--r--test/testmmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testmmap.c b/test/testmmap.c
index 0fe59b90e..0aafd43e6 100644
--- a/test/testmmap.c
+++ b/test/testmmap.c
@@ -142,7 +142,7 @@ int main(void)
fprintf (stdout,"\nTest Complete\n");
- return 1;
+ return 0;
#else
fprintf(stdout,"APR MMAP Test\n*************\n\n");
fprintf(stdout,"Failed! APR was not built with MMAP.\n");