fix last commit

This commit is contained in:
Kurt Zeilenga 2003-12-01 03:04:26 +00:00
parent cf2a8a2cd1
commit 71a80f4227
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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