We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6199a5 commit 287f7c2Copy full SHA for 287f7c2
gix-dir/tests/dir/walk.rs
@@ -18,6 +18,16 @@ use gix_dir::walk::EmissionMode::*;
18
use gix_dir::walk::ForDeletionMode;
19
use gix_ignore::Kind::*;
20
21
+#[test]
22
+#[cfg(unix)]
23
+fn root_is_fifo() {
24
+ let root = fixture_in("fifo", "top-level");
25
+}
26
+
27
28
29
+fn fifo_in_traversal() {}
30
31
#[test]
32
fn symlink_to_dir_can_be_excluded() -> crate::Result {
33
let root = fixture_in("many-symlinks", "excluded-symlinks-to-dir");
0 commit comments