mirror of
https://github.com/uutils/coreutils
synced 2024-12-14 23:32:39 +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(unix)]
|
||||||
|
#[cfg(not(target_os = "openbsd"))]
|
||||||
#[test]
|
#[test]
|
||||||
fn test_altering_umask() {
|
fn test_altering_umask() {
|
||||||
use uucore::mode::get_umask;
|
use uucore::mode::get_umask;
|
||||||
|
|
Loading…
Reference in a new issue