mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
fix last commit
This commit is contained in:
parent
cf2a8a2cd1
commit
71a80f4227
3 changed files with 3 additions and 3 deletions
|
|
@ -13,7 +13,7 @@
|
|||
## top-level directory of the distribution or, alternatively, at
|
||||
## <http://www.OpenLDAP.org/license.html>.
|
||||
|
||||
if test "$BACKEND" != "bdb" -o "$BACKEND" != "hdb" -o ; then
|
||||
if test "$BACKEND" != "bdb" -a "$BACKEND" != "hdb" -o ; then
|
||||
echo "Test does not support $BACKEND"
|
||||
exit 0
|
||||
fi
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
## top-level directory of the distribution or, alternatively, at
|
||||
## <http://www.OpenLDAP.org/license.html>.
|
||||
|
||||
if test "$BACKEND" != "bdb" -o "$BACKEND" != "hdb" -o ; then
|
||||
if test "$BACKEND" != "bdb" -a "$BACKEND" != "hdb" -o ; then
|
||||
echo "Test does not support $BACKEND"
|
||||
exit 0
|
||||
fi
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
## top-level directory of the distribution or, alternatively, at
|
||||
## <http://www.OpenLDAP.org/license.html>.
|
||||
|
||||
if test "$BACKEND" != "bdb" -o "$BACKEND" != "hdb" -o ; then
|
||||
if test "$BACKEND" != "bdb" -a "$BACKEND" != "hdb" -o ; then
|
||||
echo "Test does not support $BACKEND"
|
||||
exit 0
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue