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

11 lines
162 B
Bash
Executable File

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