summaryrefslogtreecommitdiff
path: root/test/test-execute/exec-supplementarygroups-multiple-groups-withgid.service
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-execute/exec-supplementarygroups-multiple-groups-withgid.service')
-rw-r--r--test/test-execute/exec-supplementarygroups-multiple-groups-withgid.service8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/test-execute/exec-supplementarygroups-multiple-groups-withgid.service b/test/test-execute/exec-supplementarygroups-multiple-groups-withgid.service
new file mode 100644
index 0000000000..5c62c1d639
--- /dev/null
+++ b/test/test-execute/exec-supplementarygroups-multiple-groups-withgid.service
@@ -0,0 +1,8 @@
+[Unit]
+Description=Test for Supplementary Group with multiple groups and Group=1
+
+[Service]
+ExecStart=/bin/sh -x -c 'test "$$(id -G)" = "1 2 3" && test "$$(id -g)" = "1" && test "$$(id -u)" = "0"'
+Type=oneshot
+Group=1
+SupplementaryGroups=1 2 3