mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
cp: restrict two test functions to linux/mac/win
This commit is contained in:
@@ -3216,6 +3216,7 @@ fn test_cp_archive_on_directory_ending_dot() {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(any(target_os = "linux", target_os = "windows", target_os = "macos"))]
|
||||
fn test_cp_debug_default() {
|
||||
let ts = TestScenario::new(util_name!());
|
||||
let at = &ts.fixtures;
|
||||
@@ -3243,6 +3244,7 @@ fn test_cp_debug_default() {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(any(target_os = "linux", target_os = "windows", target_os = "macos"))]
|
||||
fn test_cp_debug_multiple_default() {
|
||||
let ts = TestScenario::new(util_name!());
|
||||
let at = &ts.fixtures;
|
||||
|
||||
Reference in New Issue
Block a user