From: Quanah Gibson-Mount Date: Tue, 8 Jul 2008 21:04:25 +0000 (+0000) Subject: ITS#5529 X-Git-Tag: OPENLDAP_REL_ENG_2_4_11~62 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3646790c133f2c0917d9c0e0103b8bd1becef4bb;p=openldap ITS#5529 --- diff --git a/CHANGES b/CHANGES index d311973e0a..06dfbc774e 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,8 @@ OpenLDAP 2.4 Change Log OpenLDAP 2.4.11 Engineering Added slapo-nssov contrib module + Build Environment + Fixed test048 to skip if threads is not available (ITS#5529) OpenLDAP 2.4.10 Release (2008/06/08) Fixed libldap file descriptor leak with SELinux (ITS#5507) diff --git a/tests/scripts/test048-syncrepl-multiproxy b/tests/scripts/test048-syncrepl-multiproxy index 5e8afe9879..4d2b67501f 100755 --- a/tests/scripts/test048-syncrepl-multiproxy +++ b/tests/scripts/test048-syncrepl-multiproxy @@ -31,6 +31,11 @@ if test $MONITORDB = no; then exit 0 fi +if test $THREADS = threadsno ; then + echo "Need threads support, test skipped" + exit 0 +fi + mkdir -p $TESTDIR $DBDIR1 $DBDIR2 $DBDIR3 #