open-education-hub / operating-systems

Teaching resources (OER) for Operating Systems
https://open-education-hub.github.io/operating-systems/
Other
63 stars 158 forks source link

`asg/mini-libc/tests`: Use available locale `LC_ALL=C` #323

Closed razvand closed 1 year ago

razvand commented 1 year ago

The tests/run_all_tests.sh script uses the en_US.UTF-8 locale. This may not be available on certain systems, requiring installation. Replace it with the use of the generally available C locale.