From 8007d669fb7e2fbd97977619d844d025702f2de5 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Mon, 15 May 2006 23:23:25 +0000 Subject: [PATCH] ITS#4544 test033 syncrepl overlay detection fix --- CHANGES | 3 ++- tests/scripts/test033-glue-syncrepl | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 247e34b497..9e197d0c1d 100644 --- a/CHANGES +++ b/CHANGES @@ -40,8 +40,9 @@ OpenLDAP 2.3.22 Release Fixed slapo-translucent modifications (ITS#4527) Fixed slurpd potential overflow issue Build Environment - Fixed test020-proxycache disabled debug issue (ITS#4491) Fixed OSF1 compilation problem (ITS#4537) + Fixed test020-proxycache disabled debug issue (ITS#4491) + Fixed test033-glue-syncrepl overlay detection (ITS#4544) Documentation Fixed slapd(8) logging header reference (ITS#4509) diff --git a/tests/scripts/test033-glue-syncrepl b/tests/scripts/test033-glue-syncrepl index 2612b4d27b..68d057ece0 100755 --- a/tests/scripts/test033-glue-syncrepl +++ b/tests/scripts/test033-glue-syncrepl @@ -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..." -- 2.39.5