coreutils/tests
Jeffrey Finkelstein 24630db45e cp: allow removing symbolic link loop destination
Allow `cp --remove-destination` to remove a symbolic link loop (or a
symbolic link that initiates a chain of too many symbolic
links). Before this commit, if `loop` were a symbolic link to itself,
then

    cp --remove-destination file loop

would fail with an error message. After this commit, it succeeds. This
matches the behaviotr of GNU cp.
2022-10-05 13:32:21 +02:00
..
benches/factor all: remove explicit imports of TryFrom and TryInto 2022-04-05 10:39:31 +02:00
by-util cp: allow removing symbolic link loop destination 2022-10-05 13:32:21 +02:00
common Disable test_when_piped_input_then_no_broken_pipe by default 2022-10-04 17:17:01 +02:00
fixtures Fix a TODO by making conv_block_unblock_helper consume the input. (#3787) 2022-08-28 10:07:04 +02:00
test_util_name.rs tests: silence clippy warnings for unused_imports 2021-10-10 00:52:18 +02:00
tests.rs Replace lazy_static with once_cell 2022-07-12 14:08:30 +01:00