31f5ba029074d82933eca2e63b0c7d63b6a929f7
[debian/sudo] / plugins / sudoers / regress / testsudoers / test1.sh
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 exec 2>&1
9 ./testsudoers -g bin root id <<EOF
10 root ALL = ALL
11 EOF