Fix regress tests.
ok jasper@
This commit is contained in:
parent
4e8ec6e79c
commit
8c3042598e
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.30 2011/03/17 12:21:58 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.31 2011/03/17 16:00:27 pea Exp $
|
||||
|
||||
COMMENT= client interface to LDAP servers
|
||||
|
||||
@ -24,9 +24,6 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
REGRESS_DEPENDS=databases/openldap,-server
|
||||
|
||||
# Requires running ldap server.
|
||||
REGRESS_IS_INTERACTIVE= Yes
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-test_cfg,v 1.1 2008/07/13 17:52:09 simon Exp $
|
||||
--- test.cfg.orig Mon Apr 21 17:11:07 2008
|
||||
+++ test.cfg Sun Jul 13 18:46:11 2008
|
||||
@@ -3,19 +3,19 @@
|
||||
$OpenBSD: patch-test_cfg,v 1.2 2011/03/17 16:00:28 pea Exp $
|
||||
--- test.cfg.orig Fri Mar 12 04:09:47 2010
|
||||
+++ test.cfg Thu Mar 17 15:19:54 2011
|
||||
@@ -3,23 +3,23 @@
|
||||
# can find the executable and know what type of server it is
|
||||
|
||||
# Set this to the path to where you have slapd
|
||||
@ -22,5 +22,11 @@ $OpenBSD: patch-test_cfg,v 1.1 2008/07/13 17:52:09 simon Exp $
|
||||
-$SCHEMA_DIR = "";
|
||||
+$SCHEMA_DIR = "${SYSCONFDIR}/openldap/schema";
|
||||
|
||||
# for OpenLDAP 2.4.11
|
||||
-# $SLAPD_DB = 'bdb'; # default is ldbm
|
||||
-# $SCHEMA_CHECK = 0; # default is to check but 2.4.11 does not like it
|
||||
+ $SLAPD_DB = 'bdb'; # default is ldbm
|
||||
+ $SCHEMA_CHECK = 0; # default is to check but 2.4.11 does not like it
|
||||
|
||||
$EXTERNAL_TESTS = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user