[Bug 277677] /bin/rmdir should exit with status code 2 for invalid arguments
Date: Sat, 11 May 2024 19:16:49 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277677 --- Comment #2 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=9bcc1b18c119148e4455e548c90b2bc9cef16d1b commit 9bcc1b18c119148e4455e548c90b2bc9cef16d1b Author: Henrich Hartzer <henrichhartzer@tuta.io> AuthorDate: 2024-05-10 17:53:49 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2024-05-11 19:13:28 +0000 /bin/rmdir: Exit with status 2 for invalid arguments PR: 277677 Signed-off-by: Henrich Hartzer <henrichhartzer@tuta.io> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1161 bin/rmdir/rmdir.1 | 15 ++++++++------- bin/rmdir/rmdir.c | 2 +- bin/rmdir/tests/rmdir_test.sh | 6 +++--- 3 files changed, 12 insertions(+), 11 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.