]> git.k1024.org Git - pylibacl.git/commit
Ensure ACL EQ checks not called for non-Linux
authorIustin Pop <iustin@k1024.org>
Wed, 11 Dec 2019 20:51:27 +0000 (21:51 +0100)
committerIustin Pop <iustin@k1024.org>
Wed, 11 Dec 2019 20:51:27 +0000 (21:51 +0100)
commit838d67c6350d00f35c3125f1b0d9d1df6bf2a387
tree3ec6acdec90526bb54878af498d3c4484c144a87
parent2cf26c8a3fa189fd8e1c333ebe07de4f30364558
Ensure ACL EQ checks not called for non-Linux

… via a helper assert function. Not best because context is a bit
muddled, but fortunately pytest shows nice call stack.
tests/test_acls.py