From d98293bdaacedb90afd7a1d61b2a9e83f2678471 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 11 May 2023 18:20:28 +0200 Subject: [PATCH] bring back the empty line --- tests/by-util/test_cp.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/by-util/test_cp.rs b/tests/by-util/test_cp.rs index 12dd625c8..22e5fbea2 100644 --- a/tests/by-util/test_cp.rs +++ b/tests/by-util/test_cp.rs @@ -1392,6 +1392,7 @@ fn test_cp_target_file_dev_null() { fn test_cp_one_file_system() { use crate::common::util::AtPath; use walkdir::WalkDir; + let scene = TestScenario::new(util_name!()); let at = &scene.fixtures;