1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

add setpriority to the spell ignore

This commit is contained in:
Sylvestre Ledru 2025-03-08 15:36:03 +01:00
parent d671849b7f
commit 85c5d39fd7

View file

@ -2,7 +2,7 @@
// //
// For the full copyright and license information, please view the LICENSE // For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code. // file that was distributed with this source code.
// spell-checker:ignore libc's // spell-checker:ignore libc's setpriority
use crate::common::util::TestScenario; use crate::common::util::TestScenario;
#[test] #[test]