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

exec 2>&1
./cvtsudoers -c "" -f sudoers -s aliases,privileges -d command $TESTDIR/sudoers

exit 0