mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -05:00
don't create unnecessary dir
This commit is contained in:
parent
5c54351f37
commit
7d2543369d
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ if test $SYNCPROV = syncprovno; then
|
|||
exit 0
|
||||
fi
|
||||
|
||||
mkdir -p $TESTDIR $DBDIR1 $DBDIR2 $DBDIR3
|
||||
mkdir -p $TESTDIR $DBDIR1 $DBDIR2
|
||||
|
||||
#
|
||||
# Test replication:
|
||||
|
|
|
|||
Loading…
Reference in a new issue