From fe5d21e86c34d1792f83d12ed58db8d3f74cf8a9 Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Tue, 2 Dec 2008 22:06:35 +0000 Subject: [PATCH] ITS#5842 Use "con1" instead of "con" so the tests work on windows --- tests/scripts/test049-sync-config | 2 +- tests/scripts/test050-syncrepl-multimaster | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/scripts/test049-sync-config b/tests/scripts/test049-sync-config index f2ff3338b1..a6d619756f 100755 --- a/tests/scripts/test049-sync-config +++ b/tests/scripts/test049-sync-config @@ -22,7 +22,7 @@ if test $SYNCPROV = syncprovno; then fi PRODIR=$TESTDIR/pro -CONDIR=$TESTDIR/con +CONDIR=$TESTDIR/con1 DBPRO=$PRODIR/db DBCON=$CONDIR/db CFPRO=$PRODIR/slapd.d diff --git a/tests/scripts/test050-syncrepl-multimaster b/tests/scripts/test050-syncrepl-multimaster index 6583adfaec..32f41c8e1d 100755 --- a/tests/scripts/test050-syncrepl-multimaster +++ b/tests/scripts/test050-syncrepl-multimaster @@ -22,7 +22,7 @@ if test $SYNCPROV = syncprovno; then fi PRODIR=$TESTDIR/pro -CONDIR=$TESTDIR/con +CONDIR=$TESTDIR/con1 CONDIR2=$TESTDIR/con2 DBPRO=$PRODIR/db DBCON=$CONDIR/db -- 2.39.5