-
Notifications
You must be signed in to change notification settings - Fork 630
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test(fs): do not write files in source tree during test #5358
Comments
I'd be interested in working through these. I looked over some of the test files and it looks like |
Thanks!
Yes, that's correct |
std/fs
test cases directly write files in source tree during test. This makes debugging of test cases difficult when they failed in the middle. These test cases should use temp directory instead.The text was updated successfully, but these errors were encountered: