Allow test to run on system with selinux enabled. Fixes #77564 (#79510)

pull/79518/head
Matt Martz 2 years ago committed by GitHub
parent 042a55fbe0
commit 9acca5b3b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -143,6 +143,8 @@ class TestOtherFilesystem(ModuleTestCase):
argument_spec=dict(),
)
am.selinux_enabled = lambda: False
file_args = {
'path': '/path/to/file',
'mode': None,

Loading…
Cancel
Save