]> git.sur5r.net Git - openldap/commitdiff
ITS#5842 Use "con1" instead of "con" so the tests work on windows
authorQuanah Gibson-Mount <quanah@openldap.org>
Tue, 2 Dec 2008 22:06:35 +0000 (22:06 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 2 Dec 2008 22:06:35 +0000 (22:06 +0000)
tests/scripts/test049-sync-config
tests/scripts/test050-syncrepl-multimaster

index f2ff3338b1fb77e359a66102f81d895fa7e1f2de..a6d619756ff3abd6bbf972c4c146ee105e603eeb 100755 (executable)
@@ -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
index 6583adfaec7edbf70bd4ecdab4fb09b1816bb21d..32f41c8e1dc191a085b4e782ee04225600e618c9 100755 (executable)
@@ -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