From bec1795b97f69fc577e83d3f57290013298ceaf3 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 14 Jan 1999 22:23:38 +0000 Subject: [PATCH] Import LDAPNOINIT change for devel. --- tests/scripts/all | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/scripts/all b/tests/scripts/all index 5dbdc61b2a..2af48bcc4d 100755 --- a/tests/scripts/all +++ b/tests/scripts/all @@ -1,5 +1,8 @@ #!/bin/sh +# disable LDAP initialization +LDAPNOINIT=true; export LDAPNOINIT + echo ">>>>> Executing all LDAP tests..." if [ $# -eq 0 ]; then -- 2.47.2