Fixed test failure on Windows.
os.close(fd) is needed to avoid "The process cannot access the file because it is being used by another process"
Loading
Please register or sign in to comment
os.close(fd) is needed to avoid "The process cannot access the file because it is being used by another process"