mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
Windows cannot remove files while handles are still open. In TestOSCommandFileType we created files and immediately called RemoveAll without closing handles, which left untracked artifacts (e.g. "testFile" and "file with spaces") in the working tree. Close the handles and assert RemoveAll succeeds so cleanup failures are visible. |
||
|---|---|---|
| .. | ||
| app | ||
| cheatsheet | ||
| commands | ||
| common | ||
| config | ||
| constants | ||
| env | ||
| fakes | ||
| gocui | ||
| gui | ||
| i18n | ||
| integration | ||
| jsonschema | ||
| logs | ||
| snake | ||
| tasks | ||
| theme | ||
| updates | ||
| utils | ||