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

lib: test-file-cache - build expected error strings using strerror #214

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Duncaen
Copy link

@Duncaen Duncaen commented Dec 18, 2023

Different libc libraries like musl and glibc have different error strings for the same errno's, to make the tests work as expected with musl libc, use strerror to build the expected error string.

Different libc libraries like musl and glibc have different error
strings for the same errno's, to make the tests work as expected
with musl libc, use strerror to build the expected error string.
@cmouse
Copy link
Contributor

cmouse commented Apr 1, 2024

Thank you for your pull request, we'll take it under consideration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants