about summary refs log tree commit diff
path: root/tests/ui/command
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/command')
-rw-r--r--tests/ui/command/command-setgroups.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/command/command-setgroups.rs b/tests/ui/command/command-setgroups.rs
index aff67f91bba..7e321f2f0cd 100644
--- a/tests/ui/command/command-setgroups.rs
+++ b/tests/ui/command/command-setgroups.rs
@@ -3,6 +3,7 @@
 // ignore-emscripten
 // ignore-sgx
 // ignore-musl - returns dummy result for _SC_NGROUPS_MAX
+// ignore-nto - does not have `/bin/id`, expects groups to be i32 (not u32)
 
 #![feature(rustc_private)]
 #![feature(setgroups)]