]> git.sur5r.net Git - openldap/commitdiff
Fix extra test option
authorHoward Chu <hyc@openldap.org>
Sat, 6 Dec 2003 13:04:35 +0000 (13:04 +0000)
committerHoward Chu <hyc@openldap.org>
Sat, 6 Dec 2003 13:04:35 +0000 (13:04 +0000)
tests/scripts/test017-syncreplication-refresh
tests/scripts/test018-syncreplication-persist
tests/scripts/test019-syncreplication-cascade

index 8cdb2bf9ddeb01e789eb9fbb546b6ff34894cf9c..48f537a5a60f9d04a808f1c371f5e06abad2bc1d 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" -a "$BACKEND" != "hdb" -o ; then
+if test "$BACKEND" != "bdb" -a "$BACKEND" != "hdb" ; then
        echo "Test does not support $BACKEND"
        exit 0
 fi
index 33c734f4d53aedf3377c2d868ecb7ec62385ae17..7030265d1474cfb87d8dec38a8d94e4e40359002 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" -a "$BACKEND" != "hdb" -o ; then
+if test "$BACKEND" != "bdb" -a "$BACKEND" != "hdb" ; then
        echo "Test does not support $BACKEND"
        exit 0
 fi
index bf751137b0293cea46de99de8fe3923a3a419c08..1388090bb01fb9aeaf0ec580d1e1fbe00003c69b 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" -a "$BACKEND" != "hdb" -o ; then
+if test "$BACKEND" != "bdb" -a "$BACKEND" != "hdb" ; then
        echo "Test does not support $BACKEND"
        exit 0
 fi