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

1.1     ! misho       1: #!/bin/sh
        !             2: #
        !             3: # Test sudoers owner check
        !             4: #
        !             5: 
        !             6: exec 2>&1
        !             7: ./testsudoers -U 1 root id <<EOF
        !             8: #include $TESTDIR/test2.inc
        !             9: EOF
        !            10: 
        !            11: exit 0

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