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

11 lines
157 B
Bash
Executable File

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