]> git.sur5r.net Git - openldap/commitdiff
fix last commit
authorKurt Zeilenga <kurt@openldap.org>
Mon, 1 Dec 2003 03:04:26 +0000 (03:04 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 1 Dec 2003 03:04:26 +0000 (03:04 +0000)
tests/scripts/test017-syncreplication-refresh
tests/scripts/test018-syncreplication-persist
tests/scripts/test019-syncreplication-cascade

index 3e0d6d875eee676c71f4230429a6d9807a6f25a6..8cdb2bf9ddeb01e789eb9fbb546b6ff34894cf9c 100755 (executable)
@@ -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
index 9241aa7eb8f3b80f60457bf9e7f49ff039b48ec3..33c734f4d53aedf3377c2d868ecb7ec62385ae17 100755 (executable)
@@ -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
index 87d0ca063e43ffd3d7a9a678a1e98244a0e0e0bc..bf751137b0293cea46de99de8fe3923a3a419c08 100755 (executable)
@@ -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