mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
fix declaration
This commit is contained in:
parent
bbbc7b5147
commit
a289e9f0fb
1 changed files with 1 additions and 1 deletions
|
@ -1967,7 +1967,7 @@ fn test_follow_name_truncate3() {
|
|||
|
||||
#[test]
|
||||
#[cfg(all(
|
||||
not(target_os = "apple"),
|
||||
not(target_vendor = "apple"),
|
||||
not(target_os = "windows"),
|
||||
not(feature = "feat_selinux") // flaky
|
||||
))] // FIXME: for currently not working platforms
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue