We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Environment: Ubuntu 20.04, uutils main branch (git commit 88cdf16), GNU coreutils v9.5.227-28b1
Steps to reproduce:
env kill -l -s 1
What I expected to happen: GNU kill forbids combining -l and -s options:
kill
-l
-s
kill: cannot combine signal with -l or -t Try 'kill --help' for more information.
What happens now: uutils kill ignores the -s argument, listing the signals:
HUP INT QUIT # etc.
Notes: this is causing a failure in the GNU test file tests/misc/kill.sh.
tests/misc/kill.sh
The text was updated successfully, but these errors were encountered:
-t
Successfully merging a pull request may close this issue.
Environment: Ubuntu 20.04, uutils main branch (git commit 88cdf16), GNU coreutils v9.5.227-28b1
Steps to reproduce:
What I expected to happen: GNU
kill
forbids combining-l
and-s
options:What happens now: uutils
kill
ignores the-s
argument, listing the signals:Notes: this is causing a failure in the GNU test file
tests/misc/kill.sh
.The text was updated successfully, but these errors were encountered: