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

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: 
        !             8: ./testsudoers -g bin root id <<EOF
        !             9: root ALL = ALL
        !            10: EOF

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