coreutils/tests
Michael Debertol 6c46d09397 ln: canonicalize the parent directory of dst, not dst
dst may or may not exist. In case it exists it might already be a symlink.
In neither case we should try to canonicalize dst, only its parent directory.

https://www.gnu.org/software/coreutils/manual/html_node/ln-invocation.html
> Relative symbolic links are generated based on their canonicalized
> **containing directory**, and canonicalized targets.
2021-06-03 19:10:22 +02:00
..
benches/factor refactor ~ cargo make format 2021-05-31 08:23:58 -05:00
by-util ln: canonicalize the parent directory of dst, not dst 2021-06-03 19:10:22 +02:00
common tests: typo 2021-06-01 23:06:51 +02:00
fixtures sort: fix debug output for zeros / invalid numbers 2021-06-01 18:18:51 +02:00
tests.rs tests ~ use build.rs build list of test_UTIL module files 2020-06-02 12:17:30 -05:00