From 64047719fa2acfe64e40352bdc5fe302e136c995 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 5 Aug 2002 19:37:57 +0000 Subject: [PATCH] Had to use -9 for kill --- test/gils/t4.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/gils/t4.sh b/test/gils/t4.sh index 331643c..87903a2 100755 --- a/test/gils/t4.sh +++ b/test/gils/t4.sh @@ -1,2 +1,2 @@ test -f zebrasrv.pid || exit 1 -kill `cat zebrasrv.pid` || exit 2 +kill -9 `cat zebrasrv.pid` || exit 2 -- 1.7.10.4