On 1/20/20 6:11 AM, Richard Haines wrote:
Update the current tests/filesystem to share code and perl subroutines. Also update tools/check-syntax to handle *.pm files. Signed-off-by: Richard Haines <richard_c_haines@xxxxxxxxxxxxxx>
Acked-by: Stephen Smalley <sds@xxxxxxxxxxxxx>
--- policy/test_filesystem.te | 18 ++- tests/filesystem/Filesystem.pm | 166 +++++++++++++++++++++++++ tests/filesystem/test | 219 ++++++--------------------------- tools/check-syntax | 2 +- 4 files changed, 222 insertions(+), 183 deletions(-) create mode 100644 tests/filesystem/Filesystem.pm
[...]