mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
add additional lints
This commit is contained in:
parent
4f9ba87c52
commit
4f8d1c5fcf
14 changed files with 49 additions and 38 deletions
|
@ -219,7 +219,7 @@ fn test_change_directory() {
|
|||
.args(&pwd)
|
||||
.succeeds()
|
||||
.stdout_move_str();
|
||||
assert_eq!(out.trim(), temporary_path.as_os_str())
|
||||
assert_eq!(out.trim(), temporary_path.as_os_str());
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue