sudo/plugins/sudoers/regress/cvtsudoers/test3.sh

11 lines
157 B
Bash
Executable File

#!/bin/sh
#
# Test group and host filters
#
: ${CVTSUDOERS=cvtsudoers}
$CVTSUDOERS -c "" -f sudoers -m group=wheel,host=blackhole $TESTDIR/sudoers
exit 0