mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-01 12:45:34 +00:00
platform tests: misc. minor cleanups
- remove unused global / import - use is_linux and is_darwin - rename darwin acl test method
This commit is contained in:
parent
d5396feebd
commit
bafea3b5de
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ def set_acl(path, acl, numeric_ids=False):
|
|||
|
||||
|
||||
@skipif_acls_not_working
|
||||
def test_access_acl():
|
||||
def test_extended_acl():
|
||||
file = tempfile.NamedTemporaryFile()
|
||||
assert get_acl(file.name) == {}
|
||||
set_acl(
|
||||
|
|
Loading…
Reference in a new issue