Fix test: Remove unwanted mod

This line caused the test_symlinks files to be run twice.
This commit is contained in:
andy.boot
2022-02-26 10:54:37 +00:00
parent 9f4a5daee6
commit 1e27288ec2
-2
View File
@@ -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