Skip to content
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 test by make sorting independent of locale and case #9640

Merged
merged 3 commits into from
Sep 19, 2024

Commits on Sep 18, 2024

  1. Install requited locale in container image

    One of the IMAP tests curiuosly ran successfully on Github-runners, but
    failed locally. This is the pre-condition for a fix.
    pabzm committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    a86a6fd View commit details
    Browse the repository at this point in the history
  2. Explicitly require mandatory locale for test

    This test works only if executed with LC_COLLATE=en_US
    pabzm committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    822e436 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a668ee View commit details
    Browse the repository at this point in the history