summaryrefslogtreecommitdiffstats
path: root/tests/by-util
diff options
context:
space:
mode:
authorLaurent Cheylus <foxy@free.fr>2024-07-06 22:29:16 +0200
committerLaurent Cheylus <foxy@free.fr>2024-07-06 22:29:16 +0200
commita425da0a1280d87119ebaa31ea28777242827e97 (patch)
treebc2684175f7ae77b5f94c04293c6f39fbd1b1071 /tests/by-util
parent643f93be2f3782257f3ef52685c9598fd4e179df (diff)
tests: disable failed tests for install on OpenBSD
Signed-off-by: Laurent Cheylus <foxy@free.fr>
Diffstat (limited to 'tests/by-util')
-rw-r--r--tests/by-util/test_install.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/by-util/test_install.rs b/tests/by-util/test_install.rs
index b07da43dc..a21cc52fd 100644
--- a/tests/by-util/test_install.rs
+++ b/tests/by-util/test_install.rs
@@ -523,6 +523,7 @@ fn test_install_failing_no_such_file() {
}
#[test]
+#[cfg(not(target_os = "openbsd"))]
fn test_install_copy_then_compare_file() {
let scene = TestScenario::new(util_name!());
let at = &scene.fixtures;
@@ -1598,6 +1599,7 @@ fn test_install_chown_directory_invalid() {
}
#[test]
+#[cfg(not(target_os = "openbsd"))]
fn test_install_compare_option() {
let scene = TestScenario::new(util_name!());
let at = &scene.fixtures;