summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Makefile.in2
-rw-r--r--test/testall.c1
-rw-r--r--threadproc/unix/proc.c2
3 files changed, 1 insertions, 4 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 086917ab5..463ac1395 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -115,7 +115,7 @@ TESTS = testall.lo testtime.lo teststr.lo testvsn.lo testipsub.lo \
testdso.lo testoc.lo testdup.lo testsockets.lo testproc.lo \
testpoll.lo testlock.lo testsockopt.lo testpipe.lo testthread.lo \
testhash.lo testargs.lo testnames.lo testuser.lo testpath.lo \
- testenv.lo testprocmutex.lo testrand2.lo
+ testenv.lo testprocmutex.lo
testall: $(TESTS) mod_test.la libmod_test.la occhild@EXEEXT@ \
readchild@EXEEXT@ CuTest.lo proc_child@EXEEXT@ $(LOCAL_LIBS)
diff --git a/test/testall.c b/test/testall.c
index 5b4cc50b8..169188d9e 100644
--- a/test/testall.c
+++ b/test/testall.c
@@ -95,7 +95,6 @@ static const struct testlist {
{"testdup", testdup},
{"testdir", testdir},
{"testrand", testrand},
- {"testrand2", testrand2},
{"testdso", testdso},
{"testoc", testoc},
{"testsockets", testsockets},
diff --git a/threadproc/unix/proc.c b/threadproc/unix/proc.c
index e5fa9a0d1..9d274b40d 100644
--- a/threadproc/unix/proc.c
+++ b/threadproc/unix/proc.c
@@ -233,8 +233,6 @@ APR_DECLARE(apr_status_t) apr_proc_fork(apr_proc_t *proc, apr_pool_t *pool)
proc->out = NULL;
proc->err = NULL;
- apr_random_after_fork(proc);
-
return APR_INCHILD;
}