mirror of
https://github.com/uutils/coreutils.git
synced 2025-07-07 21:45:01 +00:00
du: fix "function never used" warning in test
This commit is contained in:
parent
6a828f0e74
commit
7f70bfad30
1 changed files with 3 additions and 1 deletions
|
@ -275,7 +275,9 @@ fn du_hard_link(s: &str) {
|
|||
#[cfg(all(
|
||||
not(target_vendor = "apple"),
|
||||
not(target_os = "windows"),
|
||||
not(target_os = "freebsd")
|
||||
not(target_os = "freebsd"),
|
||||
not(target_os = "openbsd"),
|
||||
not(target_os = "android")
|
||||
))]
|
||||
fn du_hard_link(s: &str) {
|
||||
// MS-WSL linux has altered expected output
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue