X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tests%2Fscripts%2Ftest013-language;h=60e52d7272f46b767427031f0493fbc924e58246;hb=3743a5a68e4d608949d5fd04904733ee5c1ac959;hp=4bd111497c11fa7d0192c9a2418a957dc71cc2dc;hpb=e0df7582b888559f2e0bc4b02d18901a462ea1b6;p=openldap diff --git a/tests/scripts/test013-language b/tests/scripts/test013-language index 4bd111497c..60e52d7272 100755 --- a/tests/scripts/test013-language +++ b/tests/scripts/test013-language @@ -1,5 +1,17 @@ #! /bin/sh # $OpenLDAP$ +## This work is part of OpenLDAP Software . +## +## Copyright 1998-2012 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 +## . echo "running defines.sh" . $SRCDIR/scripts/defines.sh @@ -16,6 +28,8 @@ if test $WAIT != 0 ; then fi KILLPIDS="$PID" +sleep 1 + echo "Using ldapsearch to check that slapd is running..." for i in 0 1 2 3 4 5; do $LDAPSEARCH -s base -b "$MONITOR" -h $LOCALHOST -p $PORT1 \ @@ -85,9 +99,9 @@ fi test $KILLSERVERS != no && kill -HUP $KILLPIDS echo "Filtering ldapsearch results..." -. $LDIFFILTER < $SEARCHOUT > $SEARCHFLT +$LDIFFILTER < $SEARCHOUT > $SEARCHFLT echo "Filtering language ldif ..." -. $LDIFFILTER < $LDIFLANGOUT > $LDIFFLT +$LDIFFILTER < $LDIFLANGOUT > $LDIFFLT echo "Comparing filter output..." $CMP $SEARCHFLT $LDIFFLT > $CMPOUT @@ -97,4 +111,7 @@ if test $? != 0 ; then fi echo ">>>>> Test succeeded" + +test $KILLSERVERS != no && wait + exit 0