mirror of
https://github.com/uutils/coreutils.git
synced 2025-07-07 21:45:01 +00:00
kill: use only least significant bits to identify signal with -l (#7225)
* kill: check the lower 5 bits when the input is a number * test/kill: added testcase * kill: check the last 7 bits * kill: check only the last 8 bits and the signals in the range [128, 159] --------- Co-authored-by: Sylvestre Ledru <sylvestre@debian.org>
This commit is contained in:
parent
5e81358c4a
commit
1595b6afaa
3 changed files with 50 additions and 2 deletions
|
@ -27,7 +27,6 @@ This file documents why some tests are failing:
|
|||
* gnu/tests/ls/stat-free-symlinks.sh
|
||||
* gnu/tests/misc/close-stdout.sh
|
||||
* gnu/tests/misc/comm.pl
|
||||
* gnu/tests/misc/kill.sh - https://github.com/uutils/coreutils/issues/7218
|
||||
* gnu/tests/misc/nohup.sh
|
||||
* gnu/tests/misc/numfmt.pl - https://github.com/uutils/coreutils/issues/7219 / https://github.com/uutils/coreutils/issues/7221
|
||||
* gnu/tests/misc/stdbuf.sh - https://github.com/uutils/coreutils/issues/7072
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue