mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-30 22:05:46 +00:00
10 lines
140 B
Bash
10 lines
140 B
Bash
![]() |
#!/bin/sh
|
||
|
#
|
||
|
# Test defaults type filtering
|
||
|
#
|
||
|
|
||
|
exec 2>&1
|
||
|
./cvtsudoers -c "" -f sudoers -s aliases,privileges -d all $TESTDIR/sudoers
|
||
|
|
||
|
exit 0
|