test-inotify-issue1556.t: migrate to killdaemons from kill cat pidfile

This commit is contained in:
Augie Fackler 2013-02-09 05:34:22 -06:00
parent 63cc9c8e29
commit ff3429d228
2 changed files with 1 additions and 4 deletions

View File

@ -10,9 +10,6 @@ New errors are not allowed. Warnings are strongly discouraged.
$ hg manifest | xargs "$check_code" --warnings --nolineno --per-file=0 \
> || false
tests/test-inotify-issue1556.t:0:
> $ kill `cat hg.pid`
don't use kill, use killdaemons.py
tests/test-inotify-lookup.t:0:
> $ kill `cat .hg/inotify.pid`
don't use kill, use killdaemons.py

View File

@ -28,4 +28,4 @@ status
Are we able to kill the service? if not, the service died on some error
$ kill `cat hg.pid`
$ "$TESTDIR/killdaemons.py" hg.pid