From de7b6202a8956781f7586d57f40629d1f2cc0720 Mon Sep 17 00:00:00 2001 From: Joseph Crail Date: Sun, 22 May 2016 13:36:04 -0400 Subject: [PATCH] tests: move pathchk into new format --- tests/{pathchk.rs => test_pathchk.rs} | 3 --- tests/tests.rs | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) rename tests/{pathchk.rs => test_pathchk.rs} (95%) 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;