summaryrefslogtreecommitdiffstats
path: root/plugins/sudoers/regress/testsudoers/test6.sh
blob: f3b54f8e7b6df1101cb66c4bacc05733f3dff7ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
#
# Verify sudoers matching by uid.
#

: ${TESTSUDOERS=testsudoers}

exec 2>&1
$TESTSUDOERS root id <<EOF
#0 ALL = ALL
EOF

exit 0