Imported Upstream version 1.8.7
[debian/sudo] / plugins / sudoers / regress / testsudoers / test4.sh
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