summaryrefslogtreecommitdiffstats
path: root/plugins/sudoers/regress/testsudoers/test7.sh
blob: 4975245278236186ab2ea660fe2012f59de53da8 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
#
# Verify sudoers matching by gid.
#

exec 2>&1
./testsudoers root id <<EOF
%#0 ALL = ALL
EOF

exit 0