mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 06:46:12 +08:00
a33c2f0bce
This required a bit of thinking. What we do is we have one test that fakes $HOME, and then we do the various config tests there. The fake config we have is reused and we exercise all of the same codepaths.
5 lines
52 B
Fish
5 lines
52 B
Fish
echo broken
|
|
if status is-login
|
|
syntax-error
|
|
end
|