diff options
author | Paul Zuchowski <[email protected]> | 2018-10-31 19:58:43 -0400 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2018-10-31 18:58:43 -0500 |
commit | 04a88fc00cce9f0744d7e815cbe0ced4dd009b75 (patch) | |
tree | 90265a81d6cacb5aefc7fb8b53abab952ba6911a /tests/test-runner | |
parent | 58aeb87a8f69019487457460a5d7c823910fc8ff (diff) |
ZTS: Fix posix ACL tests that should pass
Make sure tests have proper include files. Make sure underlying
"chmod" style permissions don't interfere with ACLs.
Reviewed-by: John Kennedy <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Paul Zuchowski <[email protected]>
Closes #8069
Diffstat (limited to 'tests/test-runner')
-rwxr-xr-x | tests/test-runner/bin/zts-report.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test-runner/bin/zts-report.py b/tests/test-runner/bin/zts-report.py index 8b58950b8..bc57b5f07 100755 --- a/tests/test-runner/bin/zts-report.py +++ b/tests/test-runner/bin/zts-report.py @@ -151,8 +151,6 @@ summary = { # reasons listed above can be used. # known = { - 'acl/posix/posix_001_pos': ['FAIL', known_reason], - 'acl/posix/posix_002_pos': ['FAIL', known_reason], 'casenorm/sensitive_none_lookup': ['FAIL', '7633'], 'casenorm/sensitive_none_delete': ['FAIL', '7633'], 'casenorm/sensitive_formd_lookup': ['FAIL', '7633'], |