mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
ITS#5842 Use "con1" instead of "con" so the tests work on windows
This commit is contained in:
parent
89e13bff5f
commit
fe5d21e86c
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue