-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Fix fs tests on Windows systems with non-english locales. #38536
Conversation
r? @brson (rust_highfive has picked a reviewer for you, use r? to override) |
Does this fix #34628? |
5f6d3ac
to
23cfcdd
Compare
@petrochenkov It does now. |
@bors r+ |
📌 Commit 23cfcdd has been approved by |
Fix fs tests on Windows systems with non-english locales. Fixes #34628 r? @alexcrichton
☀️ Test successful - status-appveyor, status-travis |
@retep998 how did that branch name came to be? 😂 |
@daschl I've stumbled across this error on a german locale, and the 🐇 has fixed it :) |
Can confirm, with |
Fixes #34628
r? @alexcrichton