mirror of
https://github.com/nushell/nushell
synced 2025-01-27 20:35:43 +00:00
enable test_cp_recurse on macos
This commit is contained in:
parent
0cf7de598b
commit
ade3edb7fd
1 changed files with 0 additions and 3 deletions
|
@ -615,9 +615,7 @@ static TEST_COPY_TO_FOLDER: &str = "hello_dir/";
|
||||||
static TEST_COPY_TO_FOLDER_FILE: &str = "hello_dir/hello_world.txt";
|
static TEST_COPY_TO_FOLDER_FILE: &str = "hello_dir/hello_world.txt";
|
||||||
static TEST_COPY_FROM_FOLDER: &str = "hello_dir_with_file/";
|
static TEST_COPY_FROM_FOLDER: &str = "hello_dir_with_file/";
|
||||||
static TEST_COPY_FROM_FOLDER_FILE: &str = "hello_dir_with_file/hello_world.txt";
|
static TEST_COPY_FROM_FOLDER_FILE: &str = "hello_dir_with_file/hello_world.txt";
|
||||||
#[cfg(not(target_os = "macos"))]
|
|
||||||
static TEST_COPY_TO_FOLDER_NEW: &str = "hello_dir_new";
|
static TEST_COPY_TO_FOLDER_NEW: &str = "hello_dir_new";
|
||||||
#[cfg(not(target_os = "macos"))]
|
|
||||||
static TEST_COPY_TO_FOLDER_NEW_FILE: &str = "hello_dir_new/hello_world.txt";
|
static TEST_COPY_TO_FOLDER_NEW_FILE: &str = "hello_dir_new/hello_world.txt";
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
@ -712,7 +710,6 @@ fn test_cp_multiple_files() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[cfg(not(target_os = "macos"))]
|
|
||||||
fn test_cp_recurse() {
|
fn test_cp_recurse() {
|
||||||
Playground::setup("ucp_test_22", |dirs, sandbox| {
|
Playground::setup("ucp_test_22", |dirs, sandbox| {
|
||||||
// Create the relevant target directories
|
// Create the relevant target directories
|
||||||
|
|
Loading…
Reference in a new issue