]> git.sur5r.net Git - openldap/commitdiff
ucdata is now hardcoded
authorHoward Chu <hyc@openldap.org>
Mon, 31 May 2004 05:45:11 +0000 (05:45 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 31 May 2004 05:45:11 +0000 (05:45 +0000)
tests/run.in

index 469dfb07c5fa6d51a16ae774cb0bc8899020248f..ccac9c0ce30d38b4e65c32f64248d3831645dbd1 100644 (file)
@@ -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