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

: ${CVTSUDOERS=cvtsudoers}

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

exit 0