summaryrefslogtreecommitdiffstats
path: root/src/interactive/app/tests/utils.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/interactive/app/tests/utils.rs')
-rw-r--r--src/interactive/app/tests/utils.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interactive/app/tests/utils.rs b/src/interactive/app/tests/utils.rs
index 017ade3..0e1a8f0 100644
--- a/src/interactive/app/tests/utils.rs
+++ b/src/interactive/app/tests/utils.rs
@@ -178,6 +178,7 @@ pub fn initialized_app_and_terminal_with_closure(
count_hard_links: false,
sorting: TraversalSorting::AlphabeticalByFileName,
cross_filesystems: false,
+ ignore_dirs: Vec::new(),
},
input_paths,
Interaction::None,