mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
parent
ffa2118717
commit
4e712140fe
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue