summaryrefslogtreecommitdiff
path: root/test/testlock.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/testlock.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/testlock.c')
-rw-r--r--test/testlock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testlock.c b/test/testlock.c
index 229b4de01..d4d8a8b7f 100644
--- a/test/testlock.c
+++ b/test/testlock.c
@@ -308,7 +308,7 @@ int main(void)
exit(-4);
}
- return 1;
+ return 0;
}
#endif /* !APR_HAS_THREADS */