Files
fish-shell/tests
Peter Ammon d13ab22a27 Cleanup and add tests for cd builtin
Add a test for the following behavior: if we try to `cd` to a directory,
and it fails, and so we call realpath and discover that our $PWD is stale,
and correct it and then try to `cd` again, and it STILL fails, then:

1. We report the error for the second (better) failure.
2. $PWD is not modified.
2026-06-11 22:48:52 -07:00
..