mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Fix some clippy warnings
This commit is contained in:
parent
c2dc05eb56
commit
bc4c82b132
3 changed files with 32 additions and 26 deletions
|
@ -323,8 +323,8 @@ fn test_install_copy_file() {
|
|||
assert!(at.file_exists(file2));
|
||||
}
|
||||
|
||||
/*#[test]
|
||||
#[cfg(target_os = "linux")]*/
|
||||
#[test]
|
||||
#[cfg(target_os = "linux")]
|
||||
fn test_install_target_file_dev_null() {
|
||||
let (at, mut ucmd) = at_and_ucmd!();
|
||||
let file1 = "/dev/null";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue