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

11 lines
156 B
Bash
Executable File

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