2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-30 22:05:46 +00:00
Files
sudo/plugins/sudoers/regress/cvtsudoers/test5.sh

10 lines
140 B
Bash
Raw Normal View History

2018-04-15 08:14:46 -06:00
#!/bin/sh
#
# Test defaults type filtering
#
exec 2>&1
./cvtsudoers -c "" -f sudoers -s aliases,privileges -d all $TESTDIR/sudoers
exit 0