We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cda177 commit 858b2a5Copy full SHA for 858b2a5
tests/by-util/test_test.rs
@@ -341,7 +341,7 @@ fn test_file_is_itself() {
341
}
342
343
#[test]
344
-#[cfg(not(target_env = "musl"))]
+#[cfg(not(any(target_env = "musl", target_os = "android")))]
345
fn test_file_is_newer_than_and_older_than_itself() {
346
// odd but matches GNU
347
new_ucmd!()
@@ -388,7 +388,7 @@ fn test_same_device_inode() {
388
389
390
391
392
// musl: creation time is not available on this platform currently
393
fn test_newer_file() {
394
let scenario = TestScenario::new(util_name!());
0 commit comments