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

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

exit 0