1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

tests: disable failed tests for install on OpenBSD

Signed-off-by: Laurent Cheylus <foxy@free.fr>
This commit is contained in:
Laurent Cheylus 2024-07-06 22:29:16 +02:00
parent 643f93be2f
commit a425da0a12
No known key found for this signature in database

View file

@ -523,6 +523,7 @@ fn test_install_failing_no_such_file() {
} }
#[test] #[test]
#[cfg(not(target_os = "openbsd"))]
fn test_install_copy_then_compare_file() { fn test_install_copy_then_compare_file() {
let scene = TestScenario::new(util_name!()); let scene = TestScenario::new(util_name!());
let at = &scene.fixtures; let at = &scene.fixtures;
@ -1598,6 +1599,7 @@ fn test_install_chown_directory_invalid() {
} }
#[test] #[test]
#[cfg(not(target_os = "openbsd"))]
fn test_install_compare_option() { fn test_install_compare_option() {
let scene = TestScenario::new(util_name!()); let scene = TestScenario::new(util_name!());
let at = &scene.fixtures; let at = &scene.fixtures;