projects
/
idzebra-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4797b71
)
Had to use -9 for kill
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 5 Aug 2002 19:37:57 +0000
(19:37 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 5 Aug 2002 19:37:57 +0000
(19:37 +0000)
test/gils/t4.sh
patch
|
blob
|
history
diff --git
a/test/gils/t4.sh
b/test/gils/t4.sh
index
331643c
..
87903a2
100755
(executable)
--- 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