summaryrefslogtreecommitdiffstats
path: root/plugins/sudoers/regress/cvtsudoers/test1.sh
blob: e2ff3cfd86b967b839db652702965ee663fb5acf (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
#
# Test user and host filters
#

exec 2>&1
./cvtsudoers -c "" -f sudoers -m user=millert,host=hercules $TESTDIR/sudoers

exit 0