mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 19:47:45 +00:00
cp: restrict two test functions to linux/mac/win
This commit is contained in:
parent
9697f56e94
commit
a7cc3b6dca
1 changed files with 2 additions and 0 deletions
|
@ -3216,6 +3216,7 @@ fn test_cp_archive_on_directory_ending_dot() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[cfg(any(target_os = "linux", target_os = "windows", target_os = "macos"))]
|
||||||
fn test_cp_debug_default() {
|
fn test_cp_debug_default() {
|
||||||
let ts = TestScenario::new(util_name!());
|
let ts = TestScenario::new(util_name!());
|
||||||
let at = &ts.fixtures;
|
let at = &ts.fixtures;
|
||||||
|
@ -3243,6 +3244,7 @@ fn test_cp_debug_default() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[cfg(any(target_os = "linux", target_os = "windows", target_os = "macos"))]
|
||||||
fn test_cp_debug_multiple_default() {
|
fn test_cp_debug_multiple_default() {
|
||||||
let ts = TestScenario::new(util_name!());
|
let ts = TestScenario::new(util_name!());
|
||||||
let at = &ts.fixtures;
|
let at = &ts.fixtures;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue