tests: move pathchk into new format

This commit is contained in:
Joseph Crail 2016-05-22 13:36:04 -04:00
parent 89b600628d
commit de7b6202a8
2 changed files with 1 additions and 3 deletions

View file

@ -1,6 +1,3 @@
#[macro_use]
mod common;
use common::util::*;
static UTIL_NAME: &'static str = "pathchk";

View file

@ -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;