mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
cp: separate tests with empty line
This commit is contained in:
parent
ff586b47d4
commit
e947c713c8
1 changed files with 2 additions and 0 deletions
|
@ -120,6 +120,7 @@ fn test_cp_duplicate_files() {
|
|||
));
|
||||
assert_eq!(at.read(TEST_COPY_TO_FOLDER_FILE), "Hello, World!\n");
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_cp_duplicate_folder() {
|
||||
let (at, mut ucmd) = at_and_ucmd!();
|
||||
|
@ -133,6 +134,7 @@ fn test_cp_duplicate_folder() {
|
|||
));
|
||||
assert!(at.dir_exists(format!("{TEST_COPY_TO_FOLDER}/{TEST_COPY_FROM_FOLDER}").as_str()));
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_cp_duplicate_files_normalized_path() {
|
||||
let (at, mut ucmd) = at_and_ucmd!();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue