]> git.sur5r.net Git - openldap/commitdiff
remove ldbm related lines
authorJong Hyuk Choi <jongchoi@openldap.org>
Tue, 21 Oct 2003 21:14:56 +0000 (21:14 +0000)
committerJong Hyuk Choi <jongchoi@openldap.org>
Tue, 21 Oct 2003 21:14:56 +0000 (21:14 +0000)
tests/scripts/test020-syncreplication-cascading

index 25703a2aa64edb4a34a2e19e8d392e1a8af083a6..6cbefde7ece23a943246ef55a1099ead8bb27236 100755 (executable)
@@ -1,9 +1,7 @@
 #! /bin/sh
 # $OpenLDAP$
 
-echo "skipped"
-exit 0
-
+echo "running defines.sh"
 . $SRCDIR/scripts/defines.sh
 
 mkdir $DBDIR
@@ -82,7 +80,6 @@ if test $RC != 0 ; then
        exit $RC
 fi
 
-BACKEND=$SAVE
 echo "Starting R2 slave slapd on TCP/IP port $R2SLAVEPORT..."
 . $CONFFILTER $BACKEND $MONITORDB < $R2SRSLAVECONF > $R2REPLCONF
 $SLAPD -f $R2REPLCONF -h $R2SLAVEURI -d $LVL $TIMING > $R2SLAVELOG 2>&1 &
@@ -137,7 +134,6 @@ if test $RC != 0 ; then
        exit $RC
 fi
 
-BACKEND=$SAVE
 echo "Starting P2 slave slapd on TCP/IP port $P2SLAVEPORT..."
 . $CONFFILTER $BACKEND $MONITORDB < $P2SRSLAVECONF > $P2REPLCONF
 $SLAPD -f $P2REPLCONF -h $P2SLAVEURI -d $LVL $TIMING > $P2SLAVELOG 2>&1 &