mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Fix "needless borrow" clippy warning in env test
This commit is contained in:
parent
7df36bb153
commit
8114abc956
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ fn test_change_directory() {
|
|||
let out = scene
|
||||
.ucmd()
|
||||
.arg("--chdir")
|
||||
.arg(&temporary_path)
|
||||
.arg(temporary_path)
|
||||
.args(&pwd)
|
||||
.succeeds()
|
||||
.stdout_move_str();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue