mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-30 22:05:27 +00:00
Fix some parser test syntax errors
Errors include typos ("DESCRIPT__ON"), missing value after #=EXRESULT and #=EXRESULT=PASS (= instead of space). Acked-by: Steve Beattie <steve@nxnw.org> for trunk and 2.9
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#=DESCRIPTON simple stress test nested ifs
|
||||
#=DESCRIPTION simple stress test nested ifs
|
||||
#=EXRESULT PASS
|
||||
$a1 = true
|
||||
$a2 = true
|
||||
|
@@ -1,6 +1,6 @@
|
||||
#
|
||||
#=DESCRIPTION simple rtsig test
|
||||
#=EXRESULT=PASS
|
||||
#=EXRESULT PASS
|
||||
#
|
||||
|
||||
/usr/bin/signal-test {
|
||||
|
@@ -1,6 +1,6 @@
|
||||
#
|
||||
#=DESCRIPTION simple rtsig test
|
||||
#=EXRESULT=PASS
|
||||
#=EXRESULT PASS
|
||||
#
|
||||
|
||||
/usr/bin/signal-test {
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#=DESCRIPTION set variable assignment using set variable as rvalue
|
||||
#=EXRESULT
|
||||
#=EXRESULT PASS
|
||||
|
||||
@{FOO}=bar baz
|
||||
@{BAR}=${FOO} blort
|
||||
|
Reference in New Issue
Block a user