#!/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