if test ! -r schema/core.schema ; then
${LN_S} ${TOPSRCDIR}/servers/slapd/schema schema
fi
-if test ! -r ucdata/UnicodeData.txt ; then
- ${LN_S} ../libraries/liblunicode ucdata
-fi
if test -d testrun ; then
if test $PRESERVE = no ; then
echo "Cleaning up test run directory from this run."
/bin/rm -rf testrun
echo "Cleaning up symlinks."
- /bin/rm -f testdata schema ucdata
+ /bin/rm -f testdata schema
fi
exit $RC