From 2108f23738463d5a259b0e0d4551cdfea5b74774 Mon Sep 17 00:00:00 2001 From: Omer Ben-Amram Date: Mon, 6 Jan 2020 21:58:57 +0200 Subject: fixed! --- tests/test_cli_interactive.rs | 5 +++-- 1 file 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}; -- cgit v1.2.3