Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/mft.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_cli_interactive.rs')
-rw-r--r--tests/test_cli_interactive.rs5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/test_cli_interactive.rs b/tests/test_cli_interactive.rs
index f2655f2..41c179a 100644
--- a/tests/test_cli_interactive.rs
+++ b/tests/test_cli_interactive.rs
@@ -2,11 +2,12 @@
// since they use `rexpect`, which internally uses quirky fork semantics to open a pty.
// They will fail if tried to be executed concurrently any other CLI test.
+#[cfg(not(target_os = "windows"))]
mod fixtures;
#[cfg(not(target_os = "windows"))]
-mod tests {
- use fixtures::*;
+mod cli_tests {
+ use super::fixtures::*;
use std::fs::File;
use std::io::{Read, Write};