Created
May 12, 2025 05:44
-
-
Save kraj/acf51cef63668d22ba780f419305d9d7 to your computer and use it in GitHub Desktop.
findutils test failure on musl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- exp | |
| +++ err | |
| @@ -1 +1 @@ | |
| -find: invalid user name or UID argument to -user: '4294967296' | |
| +find: invalid user name or UID argument to -user: ‘4294967296’ | |
| --- exp | |
| +++ err | |
| @@ -1 +1 @@ | |
| -find: invalid group name or GID argument to -group: '4294967296' | |
| +find: invalid group name or GID argument to -group: ‘4294967296’ | |
| FAIL: tests/find/user-group-max.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment