2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-31 14:25:52 +00:00

Add a test with recursive include in preamble

This commit is contained in:
Christian Boltz
2021-04-28 13:10:04 +02:00
parent 74bc4275a5
commit f0221f4bca
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#
#=DESCRIPTION includes testing - recursive include should not fail
#=EXRESULT PASS
#
#include <includes/recursive.preamble>
/does/not/exist {
/foo r,
}

View File

@@ -0,0 +1,4 @@
# helper for include_tests/recursive_3.sd
#include <includes/recursive.preamble>