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

Do not run test_closes_file_descriptors on android

Closes: #4736
This commit is contained in:
Sylvestre Ledru 2023-04-29 18:48:10 +02:00
parent ffa2118717
commit 4e712140fe

View file

@ -1542,7 +1542,7 @@ fn test_cp_reflink_insufficient_permission() {
.stderr_only("cp: 'unreadable' -> 'existing_file.txt': Permission denied (os error 13)\n"); .stderr_only("cp: 'unreadable' -> 'existing_file.txt': Permission denied (os error 13)\n");
} }
#[cfg(any(target_os = "linux", target_os = "android"))] #[cfg(target_os = "linux")]
#[test] #[test]
fn test_closes_file_descriptors() { fn test_closes_file_descriptors() {
use procfs::process::Process; use procfs::process::Process;