mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
test047 needs slapo-rwm (ITS#5292)
This commit is contained in:
parent
4c9af232d2
commit
84e87f3912
@ -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 New Issue
Block a user