X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tests%2Fscripts%2Ftest016-subref;h=85e4a88a4aa37f59c55f25de485aedc6d543c17f;hb=b30fc9f571a4a04487cdbff1891c1d4d89fbf9d6;hp=327e403f3c4d9975506493a2e7ced7638daecbd5;hpb=e0df7582b888559f2e0bc4b02d18901a462ea1b6;p=openldap diff --git a/tests/scripts/test016-subref b/tests/scripts/test016-subref index 327e403f3c..85e4a88a4a 100755 --- a/tests/scripts/test016-subref +++ b/tests/scripts/test016-subref @@ -1,12 +1,24 @@ #! /bin/sh # $OpenLDAP$ +## This work is part of OpenLDAP Software . +## +## Copyright 1998-2005 The OpenLDAP Foundation. +## All rights reserved. +## +## Redistribution and use in source and binary forms, with or without +## modification, are permitted only as authorized by the OpenLDAP +## Public License. +## +## A copy of this license is available in the file LICENSE in the +## top-level directory of the distribution or, alternatively, at +## . RCODE=10 echo "running defines.sh" . $SRCDIR/scripts/defines.sh -mkdir $TESTDIR $DBDIR1 +mkdir -p $TESTDIR $DBDIR1 echo "Running slapadd to build slapd database..." . $CONFFILTER $BACKEND $MONITORDB < $RCONF > $CONF1 @@ -26,6 +38,8 @@ if test $WAIT != 0 ; then fi KILLPIDS="$PID" +sleep 1 + echo "Testing slapd searching..." for i in 0 1 2 3 4 5; do $LDAPSEARCH -s base -b "$MONITOR" -h $LOCALHOST -p $PORT1 \