Skip to content

Commit 6ec43a6

Browse files
committed
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.
1 parent 04a6737 commit 6ec43a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/by-util/test_readlink.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// For the full copyright and license information, please view the LICENSE
44
// file that was distributed with this source code.
55
//
6-
// spell-checker:ignore regfile
6+
// spell-checker:ignore regfile parentdir
77

88
use uutests::util::{TestScenario, get_root_path};
99
use uutests::{at_and_ucmd, new_ucmd, path_concat, util_name};

0 commit comments

Comments
 (0)