mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
uucore: add missing "!"
This commit is contained in:
parent
9aa59ef915
commit
808f9e2fd6
1 changed files with 1 additions and 1 deletions
|
@ -860,7 +860,7 @@ mod tests {
|
|||
let path1 = temp_file1.path();
|
||||
let path2 = temp_file2.path();
|
||||
|
||||
assert!(are_hardlinks_to_same_file(&path1, &path2));
|
||||
assert!(!are_hardlinks_to_same_file(&path1, &path2));
|
||||
}
|
||||
|
||||
#[cfg(unix)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue