blob: d9f22e21155f2278877515244cfe510c149c4985 (
plain)
1
2
3
4
5
6
7
8
9
|
#!/bin/sh
#
# Test cvtsudoers merge
# * three files, two bound to a host, one global
#
: ${CVTSUDOERS=cvtsudoers}
$CVTSUDOERS -f sudoers -l /dev/null xerxes:${TESTDIR}/sudoers1 ${TESTDIR}/sudoers2 xyzzy:${TESTDIR}/sudoers3
|