diff --git a/tests/pathchk.rs b/tests/test_pathchk.rs similarity index 95% rename from tests/pathchk.rs rename to tests/test_pathchk.rs index 0c2857fd8..3af5a6d98 100644 --- a/tests/pathchk.rs +++ b/tests/test_pathchk.rs @@ -1,6 +1,3 @@ -#[macro_use] -mod common; - use common::util::*; static UTIL_NAME: &'static str = "pathchk"; diff --git a/tests/tests.rs b/tests/tests.rs index bae56caed..f2b1354d6 100644 --- a/tests/tests.rs +++ b/tests/tests.rs @@ -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;