mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +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::*;
|
use common::util::*;
|
||||||
|
|
||||||
static UTIL_NAME: &'static str = "pathchk";
|
static UTIL_NAME: &'static str = "pathchk";
|
|
@ -46,6 +46,7 @@ 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