Skip to content
Snippets Groups Projects
Commit 20f4d309 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Disable broken test011

Add sleep to test012
parent 7516ce8c
Branches
Tags
No related merge requests found
#! /bin/sh
# $OpenLDAP$
echo "Test disabled."
exit 0
SRCDIR="."
if test $# -ge 1 ; then
SRCDIR=$1; shift
......
......@@ -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)!"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment