mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-05 00:41:03 +01:00
8 lines
241 B
Text
8 lines
241 B
Text
#
|
|
#=DESCRIPTION includes testing - test some "odd" locations of includes
|
|
#=EXRESULT PASS
|
|
#
|
|
/does/not/exist {
|
|
/does/not/exist mr, #include <includes/base> /bin/true Px,
|
|
#include <includes_okay_helper.include> #include <includes/base>
|
|
}
|