summaryrefslogtreecommitdiffstats
path: root/plugins/sudoers/regress/sudoers/test29.in
blob: 34092cd56ba1436f1f285e7bda443971337b21d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Test lexer regex syntax errors
# We don't test regcomp() errors since regerror() strings are not
# standardized.

user ALL = /bin/ls ^/etc/(hosts|motd|issue

user ALL = ^/bin/ls

user ALL = ^/bin/ls$ ^error

user ALL = ^/bin/ls$ ^error # comment