coreutils/tests
Nicolas Boichat 4b11692db3 cp: Also copy attributes in copy_symlink
Most attributes can actually be applied to symlinks (mode and
xattr are exceptions), so try to copy them, if possible.

Fort those 2 exceptions, we don't need any special handling as:
 - Mode errors would be ignored anyway.
 - The source symlink cannot have any xattr anyway, so no
   attribute is attempted to be set on the destination.
2025-07-30 20:03:22 +08:00
..
benches/factor chore: cleanup unused dependencies 2025-07-02 19:47:23 -04:00
by-util cp: Also copy attributes in copy_symlink 2025-07-30 20:03:22 +08:00
fixtures test(sort): Fix fixtures 2025-07-25 13:51:53 +02:00
uutests Merge pull request #8343 from TheJJ/fix-mknod-mode 2025-07-29 11:53:21 +02:00
test_util_name.rs test_util_name: ignore sort tests 2025-07-25 13:51:53 +02:00
tests.rs uutests: fix the doc 2025-03-29 09:28:54 +01:00