]> git.sur5r.net Git - openldap/commitdiff
ITS#6343: Handle --enable-memberof --disable-refint
authorHallvard Furuseth <hallvard@openldap.org>
Wed, 21 Oct 2009 12:29:38 +0000 (12:29 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Wed, 21 Oct 2009 12:29:38 +0000 (12:29 +0000)
tests/scripts/test057-memberof-refint

index 8a9251162a2c0abc60a105b388f37a38965b95e0..34f6a1527778652eb2926ace042eaba9243e5291 100755 (executable)
@@ -22,6 +22,11 @@ if test $MEMBEROF = memberofno; then
        exit 0
 fi 
 
+if test $REFINT = refintno; then 
+       echo "Referential Integrity overlay not available, test skipped"
+       exit 0
+fi 
+
 if test "$BACKEND" != "hdb" ; then
        echo "Test does not support $BACKEND"
        exit 0