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.
This commit is contained in:
mattsu 2025-12-11 20:19:24 +09:00
parent 04a6737e5d
commit 6ec43a69ce

View file

@ -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};