1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-16 18:21:01 +00:00
uutils-coreutils/tests
tommady bd0fb817a7
cp: fix the result of inodes are not the same when preserve links is flagged (#5064)
Should fix:
```
rm -rf a b c
touch a
ln -s a b
mkdir c
./target/debug/coreutils cp --preserve=links -R -H a b c
a_inode=$(ls -i c/a|sed 's,c/.*,,')
b_inode=$(ls -i c/b|sed 's,c/.*,,')
echo "$a_inode" = "$b_inode"
```
2023-09-24 10:53:27 +02:00
..
benches/factor Add license headers on all files 2023-08-21 10:49:27 +02:00
by-util cp: fix the result of inodes are not the same when preserve links is flagged (#5064) 2023-09-24 10:53:27 +02:00
common all: normalize license notice in all *.rs files 2023-08-24 12:21:09 +02:00
fixtures Add license headers on all files 2023-08-21 10:49:27 +02:00
test_util_name.rs Add license headers on all files 2023-08-21 10:49:27 +02:00
tests.rs Add license headers on all files 2023-08-21 10:49:27 +02:00