mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-23 14:09:39 +08:00
ITS#9926 test085 additional fix
Git doesn't recreate empty directories, make it explicitly
This commit is contained in:
parent
5082754f59
commit
fb1c0d6214
@ -25,7 +25,7 @@ mkdir -p $TESTDIR $DBDIR1 $TESTDIR/home $TESTDIR/archive
|
||||
|
||||
# copy skel dir so we can create symlinks in it
|
||||
cp -r $DATADIR/homedir/skel $TESTDIR
|
||||
(cd $TESTDIR/skel; ln -s directory symlink; cd directory; ln -s ../target "broken link")
|
||||
(cd $TESTDIR/skel; mkdir directory; ln -s directory symlink; cd directory; ln -s ../target "broken link")
|
||||
|
||||
$SLAPPASSWD -g -n >$CONFIGPWF
|
||||
echo "rootpw `$SLAPPASSWD -T $CONFIGPWF`" >$TESTDIR/configpw.conf
|
||||
|
Loading…
Reference in New Issue
Block a user