If the syscall for acl_get/acl_set returns ENOSYS and

hence the ACLs have been config'ed off,
then don't run the test.
This commit is contained in:
Tim Shimmin
2001-01-31 07:08:16 +00:00
parent 0f34df2a22
commit 1fa31f16c0
2 changed files with 14 additions and 1 deletions
+1
View File
@@ -267,6 +267,7 @@ _is_block_dev()
_notrun()
{
echo "$*" >$seq.notrun
echo "$seq not run: $*"
status=0
exit
}