mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 19:47:45 +00:00
test_cp: comment out bad syscall
failing piece of code for Android
This commit is contained in:
parent
2658f8ae5b
commit
0d6383dd19
1 changed files with 1 additions and 0 deletions
|
@ -1389,6 +1389,7 @@ fn test_closes_file_descriptors() {
|
||||||
let limit_fd: u64 = number_file_already_opened + 9;
|
let limit_fd: u64 = number_file_already_opened + 9;
|
||||||
|
|
||||||
// For debugging purposes:
|
// For debugging purposes:
|
||||||
|
#[cfg(not(target_os = "android"))]
|
||||||
for f in me.fd().unwrap() {
|
for f in me.fd().unwrap() {
|
||||||
let fd = f.unwrap();
|
let fd = f.unwrap();
|
||||||
println!("{:?} {:?}", fd, fd.mode());
|
println!("{:?} {:?}", fd, fd.mode());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue