2
0
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:
Steve Beattie 2011-03-29 02:46:09 -07:00
parent bb31faff1b
commit dce1d5d5e6
2 changed files with 4 additions and 4 deletions

View File

@ -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,

View File

@ -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,