From 1e27288ec26408c9363abf509675e493363f4a23 Mon Sep 17 00:00:00 2001 From: "andy.boot" Date: Sat, 26 Feb 2022 10:54:37 +0000 Subject: [PATCH] Fix test: Remove unwanted mod This line caused the test_symlinks files to be run twice. --- tests/test_exact_output.rs | 2 -- 1 file changed, 2 deletions(-) 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