Annotation of embedaddon/sudo/plugins/sudoers/regress/testsudoers/test6.sh, revision 1.1.1.1

1.1       misho       1: #!/bin/sh
                      2: #
                      3: # Verify sudoers matching by uid.
                      4: #
                      5: 
                      6: exec 2>&1
                      7: ./testsudoers root id <<EOF
                      8: #0 ALL = ALL
                      9: EOF
                     10: 
                     11: exit 0

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>