summaryrefslogtreecommitdiffstats
path: root/tests/testsuite/init/empty_dir/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testsuite/init/empty_dir/mod.rs')
-rw-r--r--tests/testsuite/init/empty_dir/mod.rs7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/testsuite/init/empty_dir/mod.rs b/tests/testsuite/init/empty_dir/mod.rs
new file mode 100644
index 0000000..074954f
--- /dev/null
+++ b/tests/testsuite/init/empty_dir/mod.rs
@@ -0,0 +1,7 @@
+use cargo_test_support::compare::assert_ui;
+use cargo_test_support::prelude::*;
+use cargo_test_support::{command_is_available, paths, Project};
+use std::fs;
+use std::process::Command;
+
+use crate::test_root;