mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 14:52:41 +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…
Reference in a new issue