ITS#4544 skip test if syncprov overlay unavailable

This commit is contained in:
Howard Chu 2006-05-14 22:40:43 +00:00
parent 0369560017
commit 86899b0bda

View file

@ -20,6 +20,11 @@ fi
echo "running defines.sh"
. $SRCDIR/scripts/defines.sh
if test $SYNCPROV = syncprovno; then
echo "Syncrepl provider overlay not available, test skipped"
exit 0
fi
mkdir -p $TESTDIR $DBDIR1A $DBDIR1B $DBDIR1C $DBDIR2A $DBDIR2B
echo "Running slapadd to build glued slapd databases..."