1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

bring back the empty line

This commit is contained in:
Sylvestre Ledru 2023-05-11 18:20:28 +02:00 committed by GitHub
parent 536d12d20d
commit d98293bdaa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;