File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
.vscode/cspell.dictionaries Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ flamegraph
47
47
fsxattr
48
48
fullblock
49
49
getfacl
50
+ getfattr
50
51
getopt
51
52
gibi
52
53
gibibytes
Original file line number Diff line number Diff line change 3
3
// For the full copyright and license information, please view the LICENSE
4
4
// file that was distributed with this source code.
5
5
// spell-checker:ignore (flags) reflink (fs) tmpfs (linux) rlimit Rlim NOFILE clob btrfs neve ROOTDIR USERDIR procfs outfile uufs xattrs
6
- // spell-checker:ignore bdfl hlsl IRWXO IRWXG getfattr
6
+ // spell-checker:ignore bdfl hlsl IRWXO IRWXG
7
7
use uutests:: at_and_ucmd;
8
8
use uutests:: new_ucmd;
9
9
use uutests:: path_concat;
Original file line number Diff line number Diff line change 3
3
// For the full copyright and license information, please view the LICENSE
4
4
// file that was distributed with this source code.
5
5
6
- // spell-checker:ignore bindgen getfattr testtest
6
+ // spell-checker:ignore bindgen testtest
7
7
8
8
#![ allow( clippy:: cast_sign_loss, clippy:: cast_possible_truncation) ]
9
9
Original file line number Diff line number Diff line change 3
3
// For the full copyright and license information, please view the LICENSE
4
4
// file that was distributed with this source code.
5
5
6
- // spell-checker:ignore getfattr nconfined
6
+ // spell-checker:ignore nconfined
7
7
8
8
use uutests:: new_ucmd;
9
9
use uutests:: util:: TestScenario ;
You can’t perform that action at this time.
0 commit comments