mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-01 13:37:48 +00:00
tests: disable common::util::tests::test_altering_umask on OpenBSD
Signed-off-by: Laurent Cheylus <foxy@free.fr>
This commit is contained in:
parent
008dd38a0d
commit
f731b4e779
1 changed files with 1 additions and 0 deletions
|
@ -3899,6 +3899,7 @@ mod tests {
|
|||
}
|
||||
|
||||
#[cfg(unix)]
|
||||
#[cfg(not(target_os = "openbsd"))]
|
||||
#[test]
|
||||
fn test_altering_umask() {
|
||||
use uucore::mode::get_umask;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue