openldap/tests/scripts/test005-modrdn

16 lines
199 B
Plaintext
Raw Normal View History

1998-08-09 08:43:13 +08:00
#!/bin/sh
if [ $# -eq 0 ]; then
SRCDIR="."
else
SRCDIR=$1; shift
fi
if [ $# -eq 1 ]; then
BDB2=$1; shift
fi
. $SRCDIR/scripts/defines.sh $SRCDIR $BDB2
1998-08-09 08:43:13 +08:00
echo "modrdn test not yet written"
1998-08-09 08:43:13 +08:00
exit 0