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
+2
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;