From ff3429d228087838b9c2cc1213aebfc93b464803 Mon Sep 17 00:00:00 2001 From: Augie Fackler Date: Sat, 9 Feb 2013 05:34:22 -0600 Subject: [PATCH] test-inotify-issue1556.t: migrate to killdaemons from kill `cat pidfile` --- tests/test-check-code-hg.t | 3 --- tests/test-inotify-issue1556.t | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/test-check-code-hg.t b/tests/test-check-code-hg.t index 3dc7550786..f37f0a5bc4 100644 --- a/tests/test-check-code-hg.t +++ b/tests/test-check-code-hg.t @@ -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 diff --git a/tests/test-inotify-issue1556.t b/tests/test-inotify-issue1556.t index ade628fd76..e9e5be0053 100644 --- a/tests/test-inotify-issue1556.t +++ b/tests/test-inotify-issue1556.t @@ -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