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:
parent
643f93be2f
commit
a425da0a12
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue