mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 19:47:45 +00:00
Clippy is going to be the death of me
This commit is contained in:
parent
70bf4f36a0
commit
0507270f90
1 changed files with 1 additions and 1 deletions
|
@ -530,7 +530,7 @@ fn test_rm_force_prompts_order() {
|
||||||
let output = child.wait_with_output().unwrap();
|
let output = child.wait_with_output().unwrap();
|
||||||
let string_output =
|
let string_output =
|
||||||
String::from_utf8(output.stderr).expect("Couldn't convert output.stderr to string");
|
String::from_utf8(output.stderr).expect("Couldn't convert output.stderr to string");
|
||||||
assert!(string_output.trim() == String::from("rm: remove regular empty file 'empty'?"));
|
assert!(string_output.trim() == "rm: remove regular empty file 'empty'?");
|
||||||
assert!(!at.file_exists(empty_file));
|
assert!(!at.file_exists(empty_file));
|
||||||
|
|
||||||
at.touch(empty_file);
|
at.touch(empty_file);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue