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

11 lines
164 B
Bash
Executable File

#!/bin/sh
#
# Test command defaults filtering
#
: ${CVTSUDOERS=cvtsudoers}
$CVTSUDOERS -c "" -f sudoers -s aliases,privileges -d command $TESTDIR/sudoers
exit 0