Disable broken test011

Add sleep to test012
This commit is contained in:
Kurt Zeilenga 2002-01-31 22:54:13 +00:00
parent 7516ce8c35
commit 20f4d3099a
2 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,9 @@
#! /bin/sh
# $OpenLDAP$
echo "Test disabled."
exit 0
SRCDIR="."
if test $# -ge 1 ; then
SRCDIR=$1; shift

View File

@ -53,6 +53,8 @@ done
cd ..
kill -HUP $PID
echo "Sleeping for 5 seconds to let slapd exit..."
sleep 5
if test $RC != 0 ; then
echo "ldapsearch failed ($RC)!"