Merge pull request #300864 from al3xtjames/bat-skip-invalid-utf8-test

This commit is contained in:
Sandro 2024-04-02 11:16:26 +02:00 committed by GitHub
commit a8dd632c26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,6 +52,8 @@ rustPlatform.buildRustPackage rec {
"--skip=pager_more"
"--skip=pager_most"
"--skip=pager_overwrite"
# Fails if the filesystem performs UTF-8 validation (such as ZFS with utf8only=on)
"--skip=file_with_invalid_utf8_filename"
];
doInstallCheck = true;