mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
Fix test: Remove unwanted mod
This line caused the test_symlinks files to be run twice.
This commit is contained in:
@@ -5,8 +5,6 @@ use std::sync::Once;
|
|||||||
|
|
||||||
static INIT: Once = Once::new();
|
static INIT: Once = Once::new();
|
||||||
|
|
||||||
mod tests_symlinks;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file contains tests that verify the exact output of the command.
|
* 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
|
* This output differs on Linux / Mac so the tests are harder to write and debug
|
||||||
|
|||||||
Reference in New Issue
Block a user