mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 12:28:39 +08:00
8a86d3452f
This is an attempt to solve the test failures on Launchpad's CI. I'm assuming when we do a redirection like foo > file and then try to execute `file` immediately afterwards, we either haven't written it soon enough or closed the file, so we get a "text file busy" error. So, when we do that in a new fish the file should be closed once it quits. See #8021. |
||
---|---|---|
.. | ||
checks | ||
pexpects | ||
test_functions | ||
.gitignore | ||
history_sample_bash | ||
history_sample_corrupt1 | ||
history_sample_fish_1_x | ||
history_sample_fish_2_0 | ||
interactive.config | ||
interactive.fish | ||
test_util.fish | ||
test.fish |