From 6ec43a69cea77a380613b9fb53d64b4fcb55747d Mon Sep 17 00:00:00 2001 From: mattsu Date: Thu, 11 Dec 2025 20:19:24 +0900 Subject: [PATCH] chore(tests): update spell-checker ignore list in test_readlink.rs Add 'parentdir' to the ignored words to suppress spell-checker warnings, as it's used in test scenarios and not a misspelled term. --- tests/by-util/test_readlink.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/by-util/test_readlink.rs b/tests/by-util/test_readlink.rs index 850e6acc1..7c7cb01d4 100644 --- a/tests/by-util/test_readlink.rs +++ b/tests/by-util/test_readlink.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 regfile +// spell-checker:ignore regfile parentdir use uutests::util::{TestScenario, get_root_path}; use uutests::{at_and_ucmd, new_ucmd, path_concat, util_name};