openldap/tests/scripts/test005-modrdn
Kurt Zeilenga 17b4826d52 Import latest from -devel:
build environment changes (for VPATH, lib orderring)
	test script changes (for VPATH)
	doc updates
1999-01-14 02:02:03 +00:00

12 lines
152 B
Bash
Executable file

#!/bin/sh
if [ $# -eq 0 ]; then
SRCDIR="."
else
SRCDIR=$1; shift
fi
. $SRCDIR/scripts/defines.sh $SRCDIR
echo "modrdn test not yet written"
exit 0