mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
Merge pull request #7688 from nyurik/fmt-inline
chore: use inline formatting
This commit is contained in:
commit
7f8ad6a32c
17 changed files with 33 additions and 39 deletions
|
@ -6093,9 +6093,7 @@ fn test_cp_preserve_xattr_readonly_source() {
|
|||
let stdout = String::from_utf8_lossy(&getfattr_output.stdout);
|
||||
assert!(
|
||||
stdout.contains(xattr_key),
|
||||
"Expected '{}' not found in getfattr output:\n{}",
|
||||
xattr_key,
|
||||
stdout
|
||||
"Expected '{xattr_key}' not found in getfattr output:\n{stdout}"
|
||||
);
|
||||
|
||||
at.set_readonly(source_file);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue