mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
test047 needs slapo-rwm (ITS#5292)
This commit is contained in:
parent
4c9af232d2
commit
84e87f3912
1 changed files with 5 additions and 0 deletions
|
|
@ -23,6 +23,11 @@ if test $BACKLDAP = ldapno ; then
|
|||
exit 0
|
||||
fi
|
||||
|
||||
if test $RWM = rwmno ; then
|
||||
echo "rwm (rewrite/remap) overlay not available, test skipped"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
rm -rf $TESTDIR
|
||||
|
||||
mkdir -p $TESTDIR $DBDIR1 $DBDIR2
|
||||
|
|
|
|||
Loading…
Reference in a new issue