summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2003-11-17 00:59:00 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2003-11-17 00:59:00 +0000
commit5703b123e764ea25f6c02096bca7ad701126c22d (patch)
tree10866c93bcff8c9e3f1779d1bb3352123efd6062
parentf6d39b12878facff117c8a5124cb7251cf1d25c8 (diff)
downloadlibapr-5703b123e764ea25f6c02096bca7ad701126c22d.tar.gz
apr_random won't be in APR1.0.0, so pull testrand2.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64758 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--test/testall.c1
1 files changed, 0 insertions, 1 deletions
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},