mirror of
https://github.com/uutils/coreutils.git
synced 2025-12-23 08:47:37 +00:00
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:
parent
04a6737e5d
commit
6ec43a69ce
1 changed files with 1 additions and 1 deletions
|
|
@ -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};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue