From 4a94a4e1dc9ba7905eb13c714182bceb2ceccfdd Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 24 Apr 2025 21:53:55 +0200 Subject: [PATCH] spell: add getfattr in the ignore list --- .vscode/cspell.dictionaries/jargon.wordlist.txt | 1 + tests/by-util/test_cp.rs | 2 +- tests/by-util/test_mkdir.rs | 2 +- tests/by-util/test_mknod.rs | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.vscode/cspell.dictionaries/jargon.wordlist.txt b/.vscode/cspell.dictionaries/jargon.wordlist.txt index 8739b671b..6358f3c76 100644 --- a/.vscode/cspell.dictionaries/jargon.wordlist.txt +++ b/.vscode/cspell.dictionaries/jargon.wordlist.txt @@ -47,6 +47,7 @@ flamegraph fsxattr fullblock getfacl +getfattr getopt gibi gibibytes diff --git a/tests/by-util/test_cp.rs b/tests/by-util/test_cp.rs index 72eddfd9f..2361201e6 100644 --- a/tests/by-util/test_cp.rs +++ b/tests/by-util/test_cp.rs @@ -3,7 +3,7 @@ // For the full copyright and license information, please view the LICENSE // file that was distributed with this source code. // spell-checker:ignore (flags) reflink (fs) tmpfs (linux) rlimit Rlim NOFILE clob btrfs neve ROOTDIR USERDIR procfs outfile uufs xattrs -// spell-checker:ignore bdfl hlsl IRWXO IRWXG getfattr +// spell-checker:ignore bdfl hlsl IRWXO IRWXG use uutests::at_and_ucmd; use uutests::new_ucmd; use uutests::path_concat; diff --git a/tests/by-util/test_mkdir.rs b/tests/by-util/test_mkdir.rs index 3eaec9774..bfb65590c 100644 --- a/tests/by-util/test_mkdir.rs +++ b/tests/by-util/test_mkdir.rs @@ -3,7 +3,7 @@ // For the full copyright and license information, please view the LICENSE // file that was distributed with this source code. -// spell-checker:ignore bindgen getfattr testtest +// spell-checker:ignore bindgen testtest #![allow(clippy::cast_sign_loss, clippy::cast_possible_truncation)] diff --git a/tests/by-util/test_mknod.rs b/tests/by-util/test_mknod.rs index abeecf561..6d393c2f6 100644 --- a/tests/by-util/test_mknod.rs +++ b/tests/by-util/test_mknod.rs @@ -3,7 +3,7 @@ // For the full copyright and license information, please view the LICENSE // file that was distributed with this source code. -// spell-checker:ignore getfattr nconfined +// spell-checker:ignore nconfined use uutests::new_ucmd; use uutests::util::TestScenario;