Thanks to visit codestin.com Credit goes to github.com
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 3e5d265 commit 80de3aeCopy full SHA for 80de3ae
tests/by-util/test_du.rs
@@ -22,9 +22,9 @@ const SUB_DIR: &str = "subdir/deeper";
22
const SUB_DEEPER_DIR: &str = "subdir/deeper/deeper_dir";
23
const SUB_DIR_LINKS: &str = "subdir/links";
24
const SUB_DIR_LINKS_DEEPER_SYM_DIR: &str = "subdir/links/deeper_dir";
25
-#[cfg(not(target_os = "openbsd"))]
+#[cfg(all(not(target_os = "android"), not(target_os = "openbsd")))]
26
const SUB_FILE: &str = "subdir/links/subwords.txt";
27
28
const SUB_LINK: &str = "subdir/links/sublink.txt";
29
30
#[test]
0 commit comments