summaryrefslogtreecommitdiffstats
path: root/plugins/sudoers/regress/cvtsudoers/test10.sh
blob: 38550a9383a4c1cfd173c6c8b0cf14d74fd4c117 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
#
# Test command defaults filtering
#

: ${CVTSUDOERS=cvtsudoers}

$CVTSUDOERS -c "" -f sudoers -s aliases,privileges -d command $TESTDIR/sudoers

exit 0