Skip to content

Commit e947c71

Browse files
authored
cp: separate tests with empty line
1 parent ff586b4 commit e947c71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/by-util/test_cp.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ fn test_cp_duplicate_files() {
120120
));
121121
assert_eq!(at.read(TEST_COPY_TO_FOLDER_FILE), "Hello, World!\n");
122122
}
123+
123124
#[test]
124125
fn test_cp_duplicate_folder() {
125126
let (at, mut ucmd) = at_and_ucmd!();
@@ -133,6 +134,7 @@ fn test_cp_duplicate_folder() {
133134
));
134135
assert!(at.dir_exists(format!("{TEST_COPY_TO_FOLDER}/{TEST_COPY_FROM_FOLDER}").as_str()));
135136
}
137+
136138
#[test]
137139
fn test_cp_duplicate_files_normalized_path() {
138140
let (at, mut ucmd) = at_and_ucmd!();

0 commit comments

Comments
 (0)