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

test: replace at.write by at.touch

This commit is contained in:
Sylvestre Ledru 2024-04-21 13:23:24 +02:00
parent 3a72d5c5cb
commit 13cfe2d8e5
2 changed files with 8 additions and 8 deletions

View file

@ -3622,7 +3622,7 @@ fn test_when_argument_files_are_simple_combinations_of_stdin_and_regular_file()
let scene = TestScenario::new(util_name!());
let at = &scene.fixtures;
at.write("empty", "");
at.touch("empty");
at.write("data", "file data");
at.write("fifo", "fifo data");
@ -3724,7 +3724,7 @@ fn test_when_argument_files_are_triple_combinations_of_fifo_pipe_and_regular_fil
let scene = TestScenario::new(util_name!());
let at = &scene.fixtures;
at.write("empty", "");
at.touch("empty");
at.write("data", "file data");
at.write("fifo", "fifo data");