1
Fork 0
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:
Sylvestre Ledru 2020-12-28 23:46:13 +01:00
parent c2dc05eb56
commit bc4c82b132
3 changed files with 32 additions and 26 deletions

View file

@ -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";