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:
authorOmer Ben-Amram <omerbenamram@gmail.com>2020-01-06 22:58:57 +0300
committerOmer Ben-Amram <omerbenamram@gmail.com>2020-01-06 22:58:57 +0300
commit2108f23738463d5a259b0e0d4551cdfea5b74774 (patch)
tree24cfd2605a7078bd3e3b2861063221fc1b2af512
parent2df0d10f21a0f283772dd73711b4be712c1da2f9 (diff)
fixed!
-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};