mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-22 01:57:43 +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
|
||||
#=EXRESULT
|
||||
#=EXRESULT PASS
|
||||
|
||||
@{FOO}=bar baz
|
||||
@{BAR}=${FOO} blort
|
||||
@{BAR}=@{FOO} blort
|
||||
|
||||
/does/not/exist {
|
||||
/does/not/{exist,notexist}/blah/@{BAR} r,
|
||||
|
@ -1,8 +1,8 @@
|
||||
#=DESCRIPTION reference variables in rules that also have alternations
|
||||
#=EXRESULT
|
||||
#=EXRESULT PASS
|
||||
|
||||
@{FOO}=bar baz
|
||||
@{BAR}=${FOO} blort
|
||||
@{BAR}=@{FOO} blort
|
||||
|
||||
/does/not/exist {
|
||||
/does/not/@{BAR}/blah/{exist,notexist} r,
|
||||
|
Loading…
x
Reference in New Issue
Block a user