1
Fork 0
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:
Daniel Hofstetter 2023-10-06 10:11:26 +02:00
parent e03028f2c4
commit 6dd53c7a71
3 changed files with 34 additions and 24 deletions

View file

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