Annotation of embedaddon/sudo/plugins/sudoers/regress/testsudoers/test1.sh, revision 1.1.1.3

1.1       misho       1: #!/bin/sh
                      2: #
                      3: # Test for NULL dereference with "sudo -g group" when the sudoers rule
                      4: # has no runas user or group listed.
                      5: # This is RedHat bug Bug 667103.
                      6: #
                      7: 
1.1.1.2   misho       8: exec 2>&1
1.1       misho       9: ./testsudoers -g bin root id <<EOF
                     10: root ALL = ALL
                     11: EOF
1.1.1.3 ! misho      12: 
        !            13: exit 0

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