coreutils/tests
AnarchistHoneybun 68522d95fd cp: fix -p to not preserve xattrs by default
Fixes #9704

The -p flag should only preserve mode, ownership, and timestamps,
matching GNU cp behavior. Extended attributes require explicit
--preserve=xattr or -a (archive mode).

Changed Attributes::DEFAULT to set xattr preservation to No,
preventing unintended security risks and filesystem compatibility
issues.

Adds regression test.
2025-12-19 09:39:54 +05:30
..
by-util cp: fix -p to not preserve xattrs by default 2025-12-19 09:39:54 +05:30
fixtures test(cksum): Add tests for BLAKE2b --length sanitization 2025-11-18 11:30:14 +01:00
uudoc Merge pull request #9152 from shayelkin/main 2025-12-07 17:07:19 +01:00
uutests clippy: fix borrow_as_ptr lint 2025-12-18 00:19:14 +00:00
test_localization_and_colors.rs clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
test_util_name.rs coreutils: Print utility not found to stderr 2025-12-07 18:02:20 +09:00
tests.rs uudoc: move manpage generation away from the binary 2025-10-22 01:17:08 -07:00