1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 06:31:14 +02:00
nix/tests
Robert Hensing 4c74d679b6 test: Avoid regressing accidental use of weakly_canonical instead of makeParentCanonical
I'd messed up a rebase in my previous iteration, causing `weakly_canonical` to reappear,
but not trigger a test failure.

These two functions behave similarly when the argument is a path that points to a broken
symlink. `weakly_canonical` would not resolve it because the target doesn't exist, and
`makeParentCanonical` would not resolve it, because it never resolves the final path
element.
This new test case now also tests a valid symlink, "differentiating" the two.
2025-01-07 05:42:04 +00:00
..
functional test: Avoid regressing accidental use of weakly_canonical instead of makeParentCanonical 2025-01-07 05:42:04 +00:00
installer Revert "tests.installer: Load profile with -o unset" 2024-09-18 23:06:01 +02:00
nixos test: Add hydraJobs.tests.functional_symlinked-home 2025-01-07 05:42:04 +00:00
repl-completion.nix Add repl completion test 2024-05-27 09:58:49 +02:00