mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-22 18:17:09 +00:00
Bah, fix up screwed up testcase.
This commit is contained in:
parent
bb31faff1b
commit
dce1d5d5e6
@ -1,8 +1,8 @@
|
|||||||
#=DESCRIPTION reference variables in rules that also have alternations
|
#=DESCRIPTION reference variables in rules that also have alternations
|
||||||
#=EXRESULT
|
#=EXRESULT PASS
|
||||||
|
|
||||||
@{FOO}=bar baz
|
@{FOO}=bar baz
|
||||||
@{BAR}=${FOO} blort
|
@{BAR}=@{FOO} blort
|
||||||
|
|
||||||
/does/not/exist {
|
/does/not/exist {
|
||||||
/does/not/{exist,notexist}/blah/@{BAR} r,
|
/does/not/{exist,notexist}/blah/@{BAR} r,
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#=DESCRIPTION reference variables in rules that also have alternations
|
#=DESCRIPTION reference variables in rules that also have alternations
|
||||||
#=EXRESULT
|
#=EXRESULT PASS
|
||||||
|
|
||||||
@{FOO}=bar baz
|
@{FOO}=bar baz
|
||||||
@{BAR}=${FOO} blort
|
@{BAR}=@{FOO} blort
|
||||||
|
|
||||||
/does/not/exist {
|
/does/not/exist {
|
||||||
/does/not/@{BAR}/blah/{exist,notexist} r,
|
/does/not/@{BAR}/blah/{exist,notexist} r,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user