util-linux/tests/ts/kill
Ross Burton 0be381be44 tests: don't hardcode /bin/kill in the kill tests
If the 'kill' test is executed with --use-system-commands, it calls
/bin/kill to avoid the shell's own kill command being invoked.

However, this doesn't work if the kill we want to test isn't in fact in
/bin.  Instead, use $(which kill) to find a kill on the PATH and call
that directly.

Signed-off-by: Ross Burton <ross.burton@arm.com>
2021-07-20 11:52:16 +02:00
..
all_processes tests: don't hardcode /bin/kill in the kill tests 2021-07-20 11:52:16 +02:00
kill_functions.sh cleanup: Remove some spurious spaces 2019-10-01 13:01:43 +02:00
name_to_number tests: don't hardcode /bin/kill in the kill tests 2021-07-20 11:52:16 +02:00
options tests: don't hardcode /bin/kill in the kill tests 2021-07-20 11:52:16 +02:00
print_pid tests: don't hardcode /bin/kill in the kill tests 2021-07-20 11:52:16 +02:00
queue tests: don't hardcode /bin/kill in the kill tests 2021-07-20 11:52:16 +02:00