From 99764b8e6e2da2935c2224b1e0b58e08e266d875 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 2 Sep 2021 09:14:17 +0200 Subject: [PATCH] Add "cuuser" to the spell ignore in tests --- tests/by-util/test_chown.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/by-util/test_chown.rs b/tests/by-util/test_chown.rs index 11f4d30ae..62ce43030 100644 --- a/tests/by-util/test_chown.rs +++ b/tests/by-util/test_chown.rs @@ -1,4 +1,4 @@ -// spell-checker:ignore (words) agroupthatdoesntexist auserthatdoesntexist groupname notexisting passgrp +// spell-checker:ignore (words) agroupthatdoesntexist auserthatdoesntexist cuuser groupname notexisting passgrp use crate::common::util::*; #[cfg(target_os = "linux")]