mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-23 02:41:14 -03:00
Here are the differences to the C++ version in fish_tests: 1. we don't need to chdir to repo root, cargo test already does. 2. we don't need srandom because we already use deterministic RNGs for tests. 3. we don't yet call asan_before_exit(). Not yet sure how to hook into "cargo test" before exit.