Skip to content

Commit 7aee80a

Browse files
committed
unistd: test_initgroups tyop
1 parent 3c0b74b commit 7aee80a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_unistd.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ fn test_setgroups() {
130130
#[cfg(not(any(target_os = "ios", target_os = "macos")))]
131131
fn test_initgroups() {
132132
if !Uid::current().is_root() {
133-
// initrgroups(), setgroups() require root
133+
// initgroups(), setgroups() require root
134134
return
135135
}
136136

0 commit comments

Comments
 (0)