Skip to content

Commit

Permalink
fix pkill command
Browse files Browse the repository at this point in the history
  • Loading branch information
wgtdkp committed Jul 25, 2020
1 parent f5327a3 commit 98ec72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 98ec72f

Please sign in to comment.