]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tests: improve test for a working setfacl
authorBernhard Voelker <mail@bernhard-voelker.de>
Fri, 10 Jan 2014 15:48:25 +0000 (16:48 +0100)
committerBernhard Voelker <mail@bernhard-voelker.de>
Fri, 10 Jan 2014 15:48:25 +0000 (16:48 +0100)
commit5d7591d0edf0dd31c2daa195ee766c1383b89f4c
treea640b513646b4dfdf26f61fc2d3d64e1d305eb99
parentd1342119790fc9c12729db50ee5db9248be82408
tests: improve test for a working setfacl

Prompted by a test framework failure of tests/mkdir/p-acl.sh on armv7l:
The previous test for a working setfacl was not sufficient in some
circumstances.

* init.cfg (require_setfacl_): Call setfacl twice with conflictive
ACL specs, and use ACL specs which can't be mapped into regular file
permission bits.  Document the reasons.
init.cfg