blob: 4273136323bec64bc9e60f1f235c71c9780c12d1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/sh
#
# Test cvtsudoers merge:
# * two files, each bound to a host
# * only difference is a conflicting secure_path definition
#
: ${CVTSUDOERS=cvtsudoers}
$CVTSUDOERS -f sudoers -l /dev/null xerxes:${TESTDIR}/sudoers3 xyzzy:${TESTDIR}/sudoers4
|