mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Merge pull request #300864 from al3xtjames/bat-skip-invalid-utf8-test
This commit is contained in:
commit
a8dd632c26
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue