Updated tests
[idzebra-moved-to-github.git] / test / gils / stop02.sh
index 996feeb..d9de692 100755 (executable)
@@ -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