From 98ec72fbb5079e1163aab650b785ef1b694f5d63 Mon Sep 17 00:00:00 2001 From: kangping Date: Sat, 25 Jul 2020 18:53:27 +0800 Subject: [PATCH] fix pkill command --- tests/integration/test_cli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_cli.sh b/tests/integration/test_cli.sh index 121af3386..d0f6f3a1b 100755 --- a/tests/integration/test_cli.sh +++ b/tests/integration/test_cli.sh @@ -68,7 +68,7 @@ test_cancel_command() { send_command_to_commissioner "borderagent discover" "CANCELLED" & sleep 1 - pkill -s SIGINT "${COMMISSIONER_CLI}" + pkill --signal SIGINT "${COMMISSIONER_CLI}" stop_commissioner }