mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
Remove some warnings
This commit is contained in:
parent
a807fc623a
commit
18370f39b8
2 changed files with 1 additions and 4 deletions
|
@ -352,7 +352,7 @@ fn test_chmod_symlink_non_existing_file() {
|
|||
let (at, mut ucmd) = at_and_ucmd!();
|
||||
at.symlink_file("/non-existing", "test-long.link");
|
||||
|
||||
let result = ucmd
|
||||
let _result = ucmd
|
||||
.arg("-R")
|
||||
.arg("755")
|
||||
.arg("-v")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue