mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-19 17:02:45 +08:00
6c2271a6da
Some tests create files like "./test/test-home". Traditionally the did so in the first parent directory that contained tests/test.fish; so either a build directory or the root. The new rust version always changes directory to the root. This blows up when running with our docker/ files, which mount the source as read-only. Fix this by always changing directory to the build directory. In future we could extend this to not chdir if FISH_BUILD_DIR was not specified, to match traditional behavior. No strong opinions here. |
||
---|---|---|
.. | ||
src | ||
widestring-suffix | ||
build.rs |