1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

disable the new tests

This commit is contained in:
Sylvestre Ledru 2022-10-04 17:24:06 +02:00
parent 3cda177d34
commit 858b2a5b99

View file

@ -341,7 +341,7 @@ fn test_file_is_itself() {
}
#[test]
#[cfg(not(target_env = "musl"))]
#[cfg(not(any(target_env = "musl", target_os = "android")))]
fn test_file_is_newer_than_and_older_than_itself() {
// odd but matches GNU
new_ucmd!()
@ -388,7 +388,7 @@ fn test_same_device_inode() {
}
#[test]
#[cfg(not(target_env = "musl"))]
#[cfg(not(any(target_env = "musl", target_os = "android")))]
// musl: creation time is not available on this platform currently
fn test_newer_file() {
let scenario = TestScenario::new(util_name!());