mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
tests: disable failed tests for test on OpenBSD
Signed-off-by: Laurent Cheylus <foxy@free.fr>
This commit is contained in:
parent
de742e905b
commit
de4d91beda
1 changed files with 2 additions and 2 deletions
|
@ -553,9 +553,9 @@ fn test_nonexistent_file_is_not_symlink() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
// Only the superuser is allowed to set the sticky bit on files on FreeBSD.
|
// Only the superuser is allowed to set the sticky bit on files on FreeBSD/OpenBSD.
|
||||||
// Windows has no concept of sticky bit
|
// Windows has no concept of sticky bit
|
||||||
#[cfg(not(any(windows, target_os = "freebsd")))]
|
#[cfg(not(any(windows, target_os = "freebsd", target_os = "openbsd")))]
|
||||||
fn test_file_is_sticky() {
|
fn test_file_is_sticky() {
|
||||||
let scenario = TestScenario::new(util_name!());
|
let scenario = TestScenario::new(util_name!());
|
||||||
let mut ucmd = scenario.ucmd();
|
let mut ucmd = scenario.ucmd();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue