mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Adjust linux_acl unit test argument ordering
This commit is contained in:
parent
f185ecdde1
commit
3dfed6b841
1 changed files with 1 additions and 1 deletions
|
@ -193,4 +193,4 @@ class LinuxAclTestCase(TestCase):
|
|||
|
||||
def test_delfacl__recursive_w_multiple_args(self):
|
||||
linux_acl.delfacl(*(self.default_user_acl[:-1] + self.files), recursive=True)
|
||||
self.cmdrun.assert_called_once_with('setfacl -x -R ' + ' '.join([self.default_user_acl_cmd.rpartition(':')[0]] + self.files), python_shell=False)
|
||||
self.cmdrun.assert_called_once_with('setfacl -R -x ' + ' '.join([self.default_user_acl_cmd.rpartition(':')[0]] + self.files), python_shell=False)
|
||||
|
|
Loading…
Add table
Reference in a new issue