blob: b3c1bf7e97b562f74d2e47ce6dd12f59832c4960 (
plain)
1
2
3
4
5
6
7
8
|
#!/bin/sh
#
# Test filters and pruning; alias contents don't get pruned
#
: ${CVTSUDOERS=cvtsudoers}
$CVTSUDOERS -c "" -f sudoers -p -m user=FULLTIMERS,host=SERVERS $TESTDIR/sudoers
|