From e947c713c8c07504d0c60acabbc18eb6cb798235 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Thu, 31 Oct 2024 10:55:22 +0100 Subject: [PATCH] cp: separate tests with empty line --- tests/by-util/test_cp.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/by-util/test_cp.rs b/tests/by-util/test_cp.rs index df94bb28c..156daec1f 100644 --- a/tests/by-util/test_cp.rs +++ b/tests/by-util/test_cp.rs @@ -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!();