Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
containers: Run unit tests with Unicode locale
This avoids nasty UnicodeEncodeErrors and friends from our tools; while they could be worked around with lots of manual encodings and using binary data everywhere, this makes things unwieldy and error prone, and would have the same net effect.
- Loading branch information