mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
clippy: fix warnings in tests
This commit is contained in:
parent
e03028f2c4
commit
6dd53c7a71
3 changed files with 34 additions and 24 deletions
|
@ -1545,7 +1545,6 @@ fn test_cp_preserve_links_case_7() {
|
|||
.arg("dest")
|
||||
.fails()
|
||||
.stderr_contains("not replacing");
|
||||
();
|
||||
|
||||
assert!(at.dir_exists("dest"));
|
||||
assert!(at.plus("dest").join("f").exists());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue