mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-06 10:05:28 +08:00

Prior to this change, the checks/git.fish test would fail if run from a git interactive rebase (such as via `git rebase -i --exec 'ninja test'`), because git itself would inject stuff into the environment. Teach the git test how to clean up its environment first before running.