From: Howard Chu Date: Mon, 31 May 2004 05:45:11 +0000 (+0000) Subject: ucdata is now hardcoded X-Git-Tag: OPENDLAP_REL_ENG_2_2_MP~308 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6a41ca53ad7fe51e3c7c85076ea4d950686de3c7;p=openldap ucdata is now hardcoded --- diff --git a/tests/run.in b/tests/run.in index 469dfb07c5..ccac9c0ce3 100644 --- a/tests/run.in +++ b/tests/run.in @@ -125,9 +125,6 @@ fi 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 @@ -159,7 +156,7 @@ if test $CLEAN = yes ; 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