1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-09-15 19:36:16 +00:00

Merge branch 'main' into whitespace

This commit is contained in:
TechHara 2022-12-18 09:07:03 -05:00
commit c29839f4f9
29 changed files with 201 additions and 63 deletions

View file

@ -2385,6 +2385,7 @@ fn test_reflink_never_sparse_always() {
/// Test for preserving attributes of a hard link in a directory.
#[test]
#[cfg(not(target_os = "android"))]
fn test_preserve_hardlink_attributes_in_directory() {
let (at, mut ucmd) = at_and_ucmd!();
@ -2413,7 +2414,7 @@ fn test_preserve_hardlink_attributes_in_directory() {
}
#[test]
#[cfg(not(windows))]
#[cfg(not(any(windows, target_os = "android")))]
fn test_hard_link_file() {
let (at, mut ucmd) = at_and_ucmd!();
at.touch("src");