]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/test019-syncreplication-cascade
merge from HEAD
[openldap] / tests / scripts / test019-syncreplication-cascade
index 2a92834d68055047227595425403e02f026ad887..87d0ca063e43ffd3d7a9a678a1e98244a0e0e0bc 100755 (executable)
@@ -1,5 +1,22 @@
 #! /bin/sh
 # $OpenLDAP$
+## This work is part of OpenLDAP Software <http://www.openldap.org/>.
+##
+## Copyright 1998-2003 The OpenLDAP Foundation.
+## All rights reserved.
+##
+## Redistribution and use in source and binary forms, with or without
+## modification, are permitted only as authorized by the OpenLDAP
+## Public License.
+##
+## A copy of this license is available in the file LICENSE in the
+## top-level directory of the distribution or, alternatively, at
+## <http://www.OpenLDAP.org/license.html>.
+
+if test "$BACKEND" != "bdb" -o "$BACKEND" != "hdb" -o ; then
+       echo "Test does not support $BACKEND"
+       exit 0
+fi
 
 echo "running defines.sh"
 . $SRCDIR/scripts/defines.sh