mirror of
https://github.com/uutils/coreutils
synced 2024-11-16 01:38:04 +00:00
tests: move pathchk into new format
This commit is contained in:
parent
89b600628d
commit
de7b6202a8
2 changed files with 1 additions and 3 deletions
|
@ -1,6 +1,3 @@
|
|||
#[macro_use]
|
||||
mod common;
|
||||
|
||||
use common::util::*;
|
||||
|
||||
static UTIL_NAME: &'static str = "pathchk";
|
|
@ -46,6 +46,7 @@ mod test_mktemp;
|
|||
mod test_nl;
|
||||
mod test_od;
|
||||
mod test_paste;
|
||||
mod test_pathchk;
|
||||
mod test_printf;
|
||||
mod test_ptx;
|
||||
mod test_pwd;
|
||||
|
|
Loading…
Reference in a new issue