]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/test037-manage
s/ldap_sync.h/ldap.h/
[openldap] / tests / scripts / test037-manage
index 7527e122e0a1277cbe9cb952d8c63583ec7bece5..f1213f307744f6de90473b790209d5dada5cf60b 100755 (executable)
@@ -2,7 +2,7 @@
 # $OpenLDAP$
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## Copyright 1998-2007 The OpenLDAP Foundation.
+## Copyright 1998-2008 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
 echo "running defines.sh"
 . $SRCDIR/scripts/defines.sh
 
+if test $BACKEND = "ldif" ; then 
+       echo "LDIF backend does not support manageDIT control, test skipped"
+       exit 0
+fi 
+
 mkdir -p $TESTDIR $DBDIR1
 
 echo "Running slapadd to build slapd database..."