]> git.k1024.org Git - pylibacl.git/commit
Fix acl_copy_int test naming and unhide a test
authorIustin Pop <iustin@k1024.org>
Mon, 24 Apr 2023 20:04:50 +0000 (22:04 +0200)
committerIustin Pop <iustin@k1024.org>
Mon, 24 Apr 2023 20:04:50 +0000 (22:04 +0200)
commit2ed39e608e20a80974efb92dec1497da72c13e19
tree5b9e04b20044366585ca254b2ba5c29c47475f42
parent40894d1ab4201686abe7a44445aa9dd286fa464b
Fix acl_copy_int test naming and unhide a test

All the tests were actually exercising `acl_copy_int()`, only the
feature flag is called ACL_COPY_EXT. Additionally, two separate tests
had sane function name, which was hiding the first of them.
tests/test_acls.py