diff options
author | bojan <bojan@13f79535-47bb-0310-9956-ffa450edef68> | 2009-09-01 06:49:07 +0000 |
---|---|---|
committer | bojan <bojan@13f79535-47bb-0310-9956-ffa450edef68> | 2009-09-01 06:49:07 +0000 |
commit | 27405c490f3ca2f98028978c44f818c0df7f0ab1 (patch) | |
tree | 07537138e4e780a127b606407e8fc7e5bec28c3f /CHANGES | |
parent | 7eadc0a6fafb8cf0c79c65e4503add8d8f29cce7 (diff) | |
download | libapr-27405c490f3ca2f98028978c44f818c0df7f0ab1.tar.gz |
Pass environment to children in testsock, testshm and testproc.
Further fixes for PR 47590.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@809854 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,9 +5,9 @@ Changes for APR 2.0.0 Fix overflow in pools and rmm, where size alignment was taking place. [Matt Lewis <mattlewis@google.com>, Sander Striker] - *) Pass default environment to testflock, testoc and testpipe children, - so that tests run when APR is compiled with Intel C Compiler. - [Bojan Smojver] + *) Pass default environment to testflock, testoc, testpipe, testsock, + testshm and testproc children, so that tests run when APR is compiled + with Intel C Compiler. [Bojan Smojver] *) Make sure that "make check" is used in the RPM spec file, so that the crypto, dbd and dbm tests pass. [Graham Leggett] |