]> git.k1024.org Git - pylibacl.git/commit
tests: don't call acl_to_text on an invalid ACL
authorIustin Pop <iustin@k1024.org>
Thu, 30 Apr 2015 17:43:53 +0000 (19:43 +0200)
committerIustin Pop <iustin@k1024.org>
Thu, 30 Apr 2015 17:43:53 +0000 (19:43 +0200)
commitbcb29c630f5160497373e3273de6313c63c6cea0
treebe0dc6eb99491d3748fe96cf3435ba646aae5524
parentcd11c1a73ff823a088ab212f63f08db99be8a524
tests: don't call acl_to_text on an invalid ACL

While Linux is happy to convert it to text, it seems that under
FreeBSD this doesn't (always? sometimes?) work, so let's use a proper
ACL in the str() test.

Closes #5.
test/test_acls.py