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

: ${CVTSUDOERS=cvtsudoers}

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

exit 0