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

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

exit 0