X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=test%2Fgils%2Fstop02.sh;h=d9de69277df761758493978e6b78cab5bb551125;hp=996feeba604091f747472ceb44f8df418eeff859;hb=e93e9d110b6bb2596e011de5fb0c8825ac2fe2b2;hpb=3dc1e5934bab74aaa0fba8dc5878ee261b231f1d diff --git a/test/gils/stop02.sh b/test/gils/stop02.sh index 996feeb..d9de692 100755 --- a/test/gils/stop02.sh +++ b/test/gils/stop02.sh @@ -1,4 +1,6 @@ -# test02.sh - test start and stop of the server with -S +#!/bin/sh +# $Id: stop02.sh,v 1.2 2003-05-06 17:39:01 adam Exp $ +# test start and stop of the server with -S # # FIXME - this test does not currently pass (H 22-oct-2002) # Something rotten with signals and threads and mutexes... @@ -39,6 +41,7 @@ sleep 1 # let the client connect echo " killing it..." kill $PID +sleep 1 echo " checking that it is dead..." ps -p $PID >/dev/null && exit 1