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.rs10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/test_cli_interactive.rs b/tests/test_cli_interactive.rs
index 6667ac0..987f54a 100644
--- a/tests/test_cli_interactive.rs
+++ b/tests/test_cli_interactive.rs
@@ -4,13 +4,13 @@
mod fixtures;
-use fixtures::*;
-use std::fs::File;
-use std::io::{Read, Write};
-use tempfile::tempdir;
-use assert_cmd::cargo::cargo_bin;
+
+
+
+
+
#[cfg(not(target_os = "windows"))]
use rexpect::spawn;