apparmor/parser/tst/simple_tests/includes_bad_include.sd

8 lines
149 B
Text
Raw Normal View History

#
#=DESCRIPTION includes testing - non-existent include should fail
#=EXRESULT FAIL
#
/does/not/exist {
#include <does-not-exist/does-not-exist>
}