ITS#5842 Use "con1" instead of "con" so the tests work on windows

This commit is contained in:
Quanah Gibson-Mount 2008-12-02 22:06:35 +00:00
parent 89e13bff5f
commit fe5d21e86c
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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