Bug 232884
| Summary: | getfacl exit code is reversed | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jim Meyering <meyering> | ||||
| Component: | acl | Assignee: | Thomas Woerner <twoerner> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | |||||
| Severity: | high | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | rawhide | CC: | sct, twaugh | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2007-03-21 10:40:32 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
Created attachment 150354 [details]
apply this patch on top of acl-2.2.39-walk.patch
Fixed in rawhide in package acl-2.2.39-3.1. *** Bug 230579 has been marked as a duplicate of this bug. *** |
Description of problem: getfacl exits 0 upon failure, and nonzero when it succeeds Version-Release number of selected component (if applicable): $ getfacl --version getfacl 2.2.39 $ rpm -qf /usr/bin/getfacl acl-2.2.39-3.fc7 How reproducible: always Steps to Reproduce: $ touch k; getfacl k >&/dev/null || echo bug bug $ getfacl /no-file >&/dev/null && echo bug bug Actual results: see above Expected results: no output from those two commands Additional info: patch attached