diff --git a/tests/test_exact_output.rs b/tests/test_exact_output.rs index d67fe4a..63a2796 100644 --- a/tests/test_exact_output.rs +++ b/tests/test_exact_output.rs @@ -5,8 +5,6 @@ use std::sync::Once; static INIT: Once = Once::new(); -mod tests_symlinks; - /** * This file contains tests that verify the exact output of the command. * This output differs on Linux / Mac so the tests are harder to write and debug