]> git.sur5r.net Git - openldap/blob - tests/scripts/test005-modrdn
Update build environment to fix VPATH support.
[openldap] / tests / scripts / test005-modrdn
1 #!/bin/sh
2
3 if [ $# -eq 0 ]; then
4         SRCDIR="."
5 else
6         SRCDIR=$1; shift
7 fi
8
9 . $SRCDIR/scripts/defines.sh $SRCDIR
10
11 echo "modrdn test not yet written"
12 exit 0