mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
pathchk: make Unix only
This commit is contained in:
parent
af6c88f676
commit
53c62db8d6
1 changed files with 1 additions and 1 deletions
|
@ -17,6 +17,7 @@ mod sieve;
|
||||||
|
|
||||||
#[cfg(unix)] mod test_chmod;
|
#[cfg(unix)] mod test_chmod;
|
||||||
#[cfg(unix)] mod test_mv;
|
#[cfg(unix)] mod test_mv;
|
||||||
|
#[cfg(unix)] mod test_pathchk;
|
||||||
#[cfg(unix)] mod test_stdbuf;
|
#[cfg(unix)] mod test_stdbuf;
|
||||||
#[cfg(unix)] mod test_touch;
|
#[cfg(unix)] mod test_touch;
|
||||||
#[cfg(unix)] mod test_unlink;
|
#[cfg(unix)] mod test_unlink;
|
||||||
|
@ -46,7 +47,6 @@ mod test_mktemp;
|
||||||
mod test_nl;
|
mod test_nl;
|
||||||
mod test_od;
|
mod test_od;
|
||||||
mod test_paste;
|
mod test_paste;
|
||||||
mod test_pathchk;
|
|
||||||
mod test_printf;
|
mod test_printf;
|
||||||
mod test_ptx;
|
mod test_ptx;
|
||||||
mod test_pwd;
|
mod test_pwd;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue