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

: ${CVTSUDOERS=cvtsudoers}

$CVTSUDOERS -c "" -f sudoers -e -m user=millert,host=hercules $TESTDIR/sudoers

exit 0