2
0
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:
Christian Boltz
2015-07-06 13:25:38 +02:00
parent 5a93959068
commit 0373df1745
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
#=DESCRIPTON simple stress test nested ifs
#=DESCRIPTION simple stress test nested ifs
#=EXRESULT PASS
$a1 = true
$a2 = true

View File

@@ -1,6 +1,6 @@
#
#=DESCRIPTION simple rtsig test
#=EXRESULT=PASS
#=EXRESULT PASS
#
/usr/bin/signal-test {

View File

@@ -1,6 +1,6 @@
#
#=DESCRIPTION simple rtsig test
#=EXRESULT=PASS
#=EXRESULT PASS
#
/usr/bin/signal-test {

View File

@@ -1,5 +1,5 @@
#=DESCRIPTION set variable assignment using set variable as rvalue
#=EXRESULT
#=EXRESULT PASS
@{FOO}=bar baz
@{BAR}=${FOO} blort