diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2001-01-28 23:23:22 +0000 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2001-01-28 23:23:22 +0000 |
commit | ff66bcc0a38767be7cc348156e52b61fc3320902 (patch) | |
tree | 3fc58ab6e33ae0da1c97ea62d07af3185d02c0de /test/testoc.c | |
parent | add92c4437f340d90c655f4a5850fdab3b479627 (diff) | |
download | apr-ff66bcc0a38767be7cc348156e52b61fc3320902.tar.gz |
Get tests building, and actually checking for libapr.la revisions to
save debugging agrivation. Shout if I broke it. Win32 users should
find the aprtest.dsw DevStudio workspace a lovely little place to get
work done. [No help from MS - notice the .pl Makefile.in rewriter :-]
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61163 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testoc.c')
-rw-r--r-- | test/testoc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/testoc.c b/test/testoc.c index 6c4ac6971..bb641e330 100644 --- a/test/testoc.c +++ b/test/testoc.c @@ -151,11 +151,11 @@ int main(int argc, char *argv[]) fprintf(stdout, "[PARENT] Checking on children..........\n"); apr_check_other_child(); - - return 1; #else fprintf(stdout, "OC failed!\n"); fprintf(stdout, "Other_child is not supported on this platform\n"); #endif + + return 1; } |