summaryrefslogtreecommitdiffstats
path: root/src/interactive
diff options
context:
space:
mode:
authorSebastian Thiel <sthiel@thoughtworks.com>2020-05-04 13:07:58 +0800
committerSebastian Thiel <sthiel@thoughtworks.com>2020-05-04 13:07:58 +0800
commit9156cf7cac8f91a496f7383940f3ce6140ffe54c (patch)
tree8965c3a980646caacc87af2ceb7ac44de96ee724 /src/interactive
parenta5988d091b437315a91accd21f6f1b61d21e2e9a (diff)
Add '-x' flag to not cross filesystems
Fixes #3
Diffstat (limited to 'src/interactive')
-rw-r--r--src/interactive/app_test/utils.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interactive/app_test/utils.rs b/src/interactive/app_test/utils.rs
index 8fde29f..57854d9 100644
--- a/src/interactive/app_test/utils.rs
+++ b/src/interactive/app_test/utils.rs
@@ -175,6 +175,7 @@ pub fn initialized_app_and_terminal_with_closure<P: AsRef<Path>>(
count_hard_links: false,
color: Color::None,
sorting: TraversalSorting::AlphabeticalByFileName,
+ cross_filesystems: false,
},
input,
Interaction::None,