mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-14 02:57:52 +08:00
c451ce5ad3
The cleanup relied on the fact that on Unix systems, files used by other processes may be removed and the underlying filesystem resource is released when its last reference is closed. However, this technique does not work on Windows, leading to pollution of the temporary directory. This commit fixes this by cleaning up the file after the testing finishes. |
||
---|---|---|
.. | ||
storedefs | ||
cmd_test.go | ||
cmd.go | ||
dir_test.go | ||
dir.go | ||
schema_version.go | ||
shared_var_test.go | ||
shared_var.go | ||
store_test.go | ||
store.go | ||
testutil.go |