From ca5a7249f2ac5ea0ee4c752540411f4fdf37f46e Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Tue, 6 Feb 2007 00:06:52 +0000 Subject: [PATCH] Fix startup, use explicit serverIDs from the beginning --- tests/scripts/test050-syncrepl-multimaster | 31 +++++++++++++++++----- 1 file changed, 24 insertions(+), 7 deletions(-) diff --git a/tests/scripts/test050-syncrepl-multimaster b/tests/scripts/test050-syncrepl-multimaster index 6bc522a7dc..f99bf77deb 100755 --- a/tests/scripts/test050-syncrepl-multimaster +++ b/tests/scripts/test050-syncrepl-multimaster @@ -43,8 +43,29 @@ mkdir -p $TESTDIR $PRODIR $CONDIR $DBPRO $DBCON $CFPRO $CFCON # echo "Initializing server configurations..." -$SLAPADD -F $CFPRO -n 0 -l $DYNAMICCONF -$SLAPADD -F $CFCON -n 0 -l $DYNAMICCONF +$SLAPADD -F $CFCON -n 0 <> $TESTOUT 2>&1 dn: cn=config changetype: modify -add: olcServerID +replace: olcServerID olcServerID: 1 $URI1 olcServerID: 2 $URI2 -- 2.39.5