xfstests: fix _require_acl
authorChristoph Hellwig <hch@lst.de>
Thu, 21 Oct 2010 03:55:11 +0000 (05:55 +0200)
committerChristoph Hellwig <hch@lst.de>
Thu, 21 Oct 2010 03:55:11 +0000 (05:55 +0200)
commit15e17c9baccb4510a0a58f03f5f555fdfea31736
tree421dabee50e50dac8e4543e40124d58f6830a465
parent506621696a4270b4c8882dd862045324c4868e72
xfstests: fix _require_acl

Skip ACL tests if we get EOPNOTUPP back from the acl calls.  This is
the error code we get on a kernel that does support the xattr system
calls, but does not support the attributes used to handle Posix ACLs.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Alex Elder <aelder@sgi.com>
105
common.attr