1
Fork 0
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:
Joseph Crail 2016-05-22 15:50:54 -04:00
parent af6c88f676
commit 53c62db8d6

View file

@ -17,6 +17,7 @@ mod sieve;
#[cfg(unix)] mod test_chmod;
#[cfg(unix)] mod test_mv;
#[cfg(unix)] mod test_pathchk;
#[cfg(unix)] mod test_stdbuf;
#[cfg(unix)] mod test_touch;
#[cfg(unix)] mod test_unlink;
@ -46,7 +47,6 @@ mod test_mktemp;
mod test_nl;
mod test_od;
mod test_paste;
mod test_pathchk;
mod test_printf;
mod test_ptx;
mod test_pwd;