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

: ${CVTSUDOERS=cvtsudoers}

$CVTSUDOERS -c "" -f sudoers -m group=wheel,host=blackhole $TESTDIR/sudoers

exit 0